mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01: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:
parent
4b96d8ef36
commit
e857cdf022
1 changed files with 12 additions and 0 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue