mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +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:
parent
fb0873b919
commit
6303a6c11c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check-no-merge-label.yml
vendored
2
.github/workflows/check-no-merge-label.yml
vendored
|
@ -5,7 +5,7 @@ permissions:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, reopened, labeled, unlabeled]
|
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
|
||||||
branches:
|
branches:
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
|
|
||||||
|
|
2
.github/workflows/check-service-labels.yml
vendored
2
.github/workflows/check-service-labels.yml
vendored
|
@ -5,7 +5,7 @@ permissions:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, reopened, labeled, unlabeled]
|
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
|
||||||
branches:
|
branches:
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue