Skip to content

Commit

Permalink
auto-approve: don't request approvals for draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 16, 2024
1 parent 48a908e commit b2aa639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/team-pr-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
dispatch:
name: Request approval
runs-on: ubuntu-latest
if: '! github.event.pull_request.draft'

steps:
- name: Generate access token
Expand Down

0 comments on commit b2aa639

Please sign in to comment.