1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-07 19:17:05 +09:00

Bring back yml necessary change types in label checkers (#114166)

There are some `on pull_request_target types` in the label checking yml files that were removed but they are actually necessary, so the labeler keeps working after for example: pushing new commits, pressing the update the branch, closing and opening the PR.
This commit is contained in:
Carlos Sánchez López 2025-04-02 13:20:57 -07:00 committed by GitHub
parent fb0873b919
commit 6303a6c11c
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ permissions:
on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled]
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
branches:
- 'release/**'

View file

@ -5,7 +5,7 @@ permissions:
on:
pull_request_target:
types: [opened, reopened, labeled, unlabeled]
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
branches:
- 'release/**'