auto-approve: don't request approvals for draft PRs

This commit is contained in:
Dylan T. 2024-11-16 23:15:07 +00:00 committed by GitHub
parent 48a908ee8c
commit b2aa6396c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ jobs:
dispatch:
name: Request approval
runs-on: ubuntu-latest
if: '! github.event.pull_request.draft'
steps:
- name: Generate access token