Skip to content

Commit 621b82a

Browse files
committedJun 21, 2024
Merge branch 'main' into app-install-flow-followup
2 parents 216a9fc + c958b60 commit 621b82a

File tree

138 files changed

+3038
-1361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+3038
-1361
lines changed
 

‎.env.example

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
# instructions. This environment variable is deprecated although still supported for backward compatibility.
2020
# @see https://console.cal.com
2121
CALCOM_LICENSE_KEY=
22-
# Signature token for the Cal.com License API (used for self-hosted integrations)
23-
# We will give you a token when we provide you with a license key this ensure you and only you can communicate with the Cal.com License API for your license key
24-
CAL_SIGNATURE_TOKEN=
25-
# The route to the Cal.com License API
26-
CALCOM_PRIVATE_API_ROUTE=
2722
# ***********************************************************************************************************
2823

2924
# - DATABASE ************************************************************************************************

‎.github/workflows/semantic-pull-requests.yml

-9
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
```
3838
${{ steps.lint_pr_title.outputs.error_message }}
3939
```
40-
41-
# Delete a previous comment when the issue has been resolved
42-
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
43-
uses: marocchino/sticky-pull-request-comment@v2
44-
with:
45-
header: pr-title-lint-error
46-
message: |
47-
Thank you for following the naming conventions! 🙏 Feel free to join our [discord](https://go.cal.com/discord) and post your PR link.
48-

0 commit comments

Comments
 (0)