Skip to content

Commit

Permalink
codeowners: skip for merge queues
Browse files Browse the repository at this point in the history
This would just create unnecessary noise
  • Loading branch information
Mic92 committed Dec 28, 2024
1 parent bd4cdd8 commit aed0144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeowners-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:

jobs:
get-merge-commit:
if: github.actor != 'mergify[bot]' || !startsWith(github.head_ref, 'mergify/merge-queue/')
uses: ./.github/workflows/get-merge-commit.yml

# Check that code owners is valid
Expand Down

0 comments on commit aed0144

Please sign in to comment.