Skip to content

Commit f0bef64

Browse files
authored
ci: remove dco workaround
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent d9d3099 commit f0bef64

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dco-exceptions.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: DCO
22
on:
33
merge_group:
4-
pull_request:
54

65
permissions: # set top-level default permissions as security best practice
76
contents: read # Check https://github.com/ossf/scorecard/blob/7ce8609469289d5f3b1bf5ee3122f42b4e3054fb/docs/checks.md#token-permissions
@@ -10,9 +9,4 @@ jobs:
109
DCO:
1110
runs-on: ubuntu-latest
1211
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"
12+
- run: echo "skipping DCO check for the merge group"

0 commit comments

Comments
 (0)