mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
auto-approve: don't request approvals for draft PRs
This commit is contained in:
1
.github/workflows/team-pr-auto-approve.yml
vendored
1
.github/workflows/team-pr-auto-approve.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
dispatch:
|
||||
name: Request approval
|
||||
runs-on: ubuntu-latest
|
||||
if: '! github.event.pull_request.draft'
|
||||
|
||||
steps:
|
||||
- name: Generate access token
|
||||
|
Reference in New Issue
Block a user