Skip to content

Commit

Permalink
dummy dco
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 19, 2024
1 parent d87be80 commit 2b9e03e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dummy-dco.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: DCO
on:
merge_group:

permissions:
contents: read

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"

0 comments on commit 2b9e03e

Please sign in to comment.