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:
Samson 2024-09-03 09:56:03 +02:00 committed by GitHub
parent 4b96d8ef36
commit e857cdf022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/dco-merge-group.yml vendored Normal file
View 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"