-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bettina Heim <[email protected]>
- Loading branch information
1 parent
5180d2f
commit 23ab938
Showing
3 changed files
with
24 additions
and
1 deletion.
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
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,17 @@ | ||
on: | ||
# Do not add any triggers here! | ||
merge_group: | ||
types: | ||
- checks_requested | ||
|
||
name: DCO (merge queue) | ||
|
||
permissions: {} # no permissions needed. | ||
|
||
jobs: | ||
DCO: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: | ||
echo "Enable merge_queue check to pass." | ||
echo "No checks were performed; these checks were already performed during PR workflows." |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
merge_group: | ||
types: | ||
- checks_requested | ||
|
||
name: "Basic content checks" | ||
|
||
|