We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d3099 commit f0bef64Copy full SHA for f0bef64
.github/workflows/dco-exceptions.yaml
@@ -1,7 +1,6 @@
1
name: DCO
2
on:
3
merge_group:
4
- pull_request:
5
6
permissions: # set top-level default permissions as security best practice
7
contents: read # Check https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#token-permissions
@@ -10,9 +9,4 @@ jobs:
10
9
DCO:
11
runs-on: ubuntu-latest
12
steps:
13
- - if: ${{ github.event_name == 'merge_group' }}
14
- run: echo "skipping DCO check for the merge group"
15
-
16
- ## Allow openfeaturebo skip DCO checks
17
- - if: ${{ github.event_name == 'pull_request' && github.actor == 'openfeaturebot' }}
18
- run: echo "skipping DCO for the OpenFeature Bot"
+ - run: echo "skipping DCO check for the merge group"
0 commit comments