mirror of
https://github.com/servo/servo.git
synced 2025-09-27 07:10:19 +01:00
See https://github.com/servo/servo/pull/33283#issuecomment-2325240423 Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
12 lines
364 B
YAML
12 lines
364 B
YAML
# 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"
|