Skip to content

Commit

Permalink
changes needed for merge queue
Browse files Browse the repository at this point in the history
Signed-off-by: Bettina Heim <[email protected]>
  • Loading branch information
bettinaheim committed Oct 15, 2024
1 parent 5180d2f commit 23ab938
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ on:
push:
branches:
- "pull-request/[0-9]+"

merge_group:
types:
- checks_requested

name: CI # do not change name without updating workflow_run triggers

concurrency:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/dco_merge_queue.yml
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."
3 changes: 3 additions & 0 deletions .github/workflows/repo_checks.yml
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"

Expand Down

0 comments on commit 23ab938

Please sign in to comment.