Skip to content

Commit

Permalink
add dco workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr committed Aug 20, 2024
1 parent 4781238 commit 79b9d71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dco-merge-group.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# based on https://github.com/onnx/onnx/blob/main/.github/workflows/dco_merge_group.yml

name: DCO
on:
merge_group:

permissions: # set top-level default permissions as security best practice
contents: read # Check https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#token-permissions

jobs:
DCO:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- run: echo "dummy DCO workflow (it won't run any check actually) to trigger by merge_group in order to enable merge queue"

0 comments on commit 79b9d71

Please sign in to comment.