We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b362d commit a0733e4Copy full SHA for a0733e4
.github/workflows/callFreezePeriodCheck.yml
.github/workflows/pr-checks.yml
@@ -10,6 +10,10 @@ on:
10
branches: [ master ]
11
12
jobs:
13
+ check-freeze-period:
14
+ uses: ./.github/workflows/verifyFreezePeriod.yml
15
+ check-merge-commits:
16
+ uses: ./.github/workflows/checkMergeCommits.yml
17
check-versions:
18
# Run this check only for PRs from forks and not for changes from bots created on branches in this repository
19
if: github.event.pull_request.head.repo.full_name != github.repository
0 commit comments