generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jai/hyp-2740-add-neo4j-in-modus-docs
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Check Do Not Merge | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
types: | ||
- opened | ||
- labeled | ||
- unlabeled | ||
|
||
permissions: read-all | ||
|
||
jobs: | ||
fail-for-do-not-merge: | ||
if: contains(github.event.pull_request.labels.*.name, 'do not merge') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Fail if PR is labeled do not merge | ||
run: | | ||
echo "This PR is labeled do not merge. Remove the label to pass this check." | ||
exit 1 |
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