Skip to content

Commit 7111e30

Browse files
authored
ci: add dco workaround
Signed-off-by: Michael Beemer <[email protected]>
1 parent 383c116 commit 7111e30

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
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)