mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Hack around DCO not in MQ (#33290)
See https://github.com/servo/servo/pull/33283#issuecomment-2325240423 Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/dco-merge-group.yml
vendored
Normal file
12
.github/workflows/dco-merge-group.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Mostly copied from https://github.com/onnx/onnx/blob/main/.github/workflows/dco_merge_group.yml
|
||||
# Because of https://github.com/dcoapp/app/issues/199
|
||||
|
||||
name: DCO
|
||||
on:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
DCO:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "dummy DCO workflow (it won't run any check actually) to trigger by merge_group in order to enable merge queue"
|
||||
Reference in New Issue
Block a user