This commit is contained in:
PikachuEXE 2024-04-23 21:25:12 +00:00 committed by GitHub
commit f6874b1b7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -6,11 +6,12 @@ on:
# We recommend `pull_request_target` so that github secrets are available.
# In `pull_request` we wouldn't be able to change labels of fork PRs
pull_request_target:
types: [synchronize]
types: [synchronize, ready_for_review]
jobs:
main:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x