Skip to content

Commit 8b36d68

Browse files
authoredJan 31, 2025··
ci: add dco workaround (#357)
Signed-off-by: Michael Beemer <[email protected]>
1 parent dd1c8e4 commit 8b36d68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.github/workflows/dco-merge-group.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: DCO
2+
on:
3+
merge_group:
4+
5+
# Workaround because the DCO app doesn't run on a merge_group trigger
6+
# https://github.com/dcoapp/app/pull/200
7+
jobs:
8+
DCO:
9+
runs-on: ubuntu-latest
10+
if: ${{ github.actor != 'renovate[bot]' }}
11+
steps:
12+
- run: echo "dummy DCO workflow (it won't run any check actually) to trigger by merge_group in order to enable merge queue"

0 commit comments

Comments
 (0)