From f0bef6407f0d5abd4f7dd5c8037377f7ebc7d40f Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 5 Nov 2024 15:59:13 -0500 Subject: [PATCH] ci: remove dco workaround Signed-off-by: Michael Beemer --- .github/workflows/dco-exceptions.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dco-exceptions.yaml b/.github/workflows/dco-exceptions.yaml index c70207b..8a03747 100644 --- a/.github/workflows/dco-exceptions.yaml +++ b/.github/workflows/dco-exceptions.yaml @@ -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 @@ -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" \ No newline at end of file + - run: echo "skipping DCO check for the merge group"