Skip to content

Commit

Permalink
fix(repo): ignore draft PRs merge-gatekeeper (#18488)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Nov 12, 2024
1 parent 3dff524 commit 7d3a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo--merge-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
merge-gatekeeper:
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
runs-on: [arc-runner-set]
permissions:
checks: read
Expand Down

0 comments on commit 7d3a18d

Please sign in to comment.