Skip to content

Commit

Permalink
ci(bors): add fake DCO for bors merge requests
Browse files Browse the repository at this point in the history
DCO is already validated on PR and bors itself does not need it as it's a bot..

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Nov 24, 2023
1 parent 67dd040 commit 5223f3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/staging-dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Staging DCO
on:
push:
branches:
- staging

jobs:
DCO:
runs-on: ubuntu-latest
steps:
- name: DCO
run: echo "DCO"

0 comments on commit 5223f3e

Please sign in to comment.