Skip to content

Commit

Permalink
ci: remove dco workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Nov 5, 2024
1 parent d9d3099 commit f0bef64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dco-exceptions.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: DCO
on:
merge_group:
pull_request:

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
Expand All @@ -10,9 +9,4 @@ jobs:
DCO:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event_name == 'merge_group' }}
run: echo "skipping DCO check for the merge group"

## Allow openfeaturebo skip DCO checks
- if: ${{ github.event_name == 'pull_request' && github.actor == 'openfeaturebot' }}
run: echo "skipping DCO for the OpenFeature Bot"
- run: echo "skipping DCO check for the merge group"

0 comments on commit f0bef64

Please sign in to comment.