-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(repo): ignore docs changes in workflows (#411)
* chore(repo): ignore docs changes in workflows * . * . * chore(repo): remove workflows from merge_group so they don't trigger every time a PR gets merged to main, add merge-gatekeeper
- Loading branch information
1 parent
3432737
commit bd7bf99
Showing
12 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ on: | |
- "lib/**" | ||
- "script/**" | ||
- "!docs/**" | ||
merge_group: | ||
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Merge Gatekeeper | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
merge_group: # Trigger in merge queue to pass the required status check | ||
|
||
jobs: | ||
merge-gatekeeper: | ||
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }} | ||
runs-on: [arc-runner-set] | ||
permissions: | ||
checks: read | ||
statuses: read | ||
steps: | ||
- name: Run Merge Gatekeeper | ||
uses: upsidr/merge-gatekeeper@v1 | ||
with: | ||
timeout: 1200 | ||
token: ${{ secrets.GITHUB_TOKEN }} |
File renamed without changes.
File renamed without changes.
File renamed without changes.