We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1c8e4 commit 8b36d68Copy full SHA for 8b36d68
.github/workflows/dco-merge-group.yml
@@ -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