Skip to content

Commit 326912b

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Add dummy DCO workflow to support merge queues
See frequenz-floss/frequenz-sdk-python#363 for more details. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b24e7c5 commit 326912b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Based on https://github.com/hyperledger/besu/pull/5207/files
2+
name: DCO
3+
on:
4+
merge_group:
5+
6+
jobs:
7+
DCO:
8+
runs-on: ubuntu-latest
9+
if: ${{ github.actor != 'dependabot[bot]' }}
10+
steps:
11+
- run: echo "This DCO job runs on merge_queue event and doesn't check PR contents"

0 commit comments

Comments
 (0)