fix(CI) - Adjust PR labeler configuration (#24073)
This commit is contained in:
parent
460cd5bd49
commit
5efd31a3de
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr_labeler.yml
vendored
5
.github/workflows/pr_labeler.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: PR Labeler
|
||||
on:
|
||||
- pull_request_target
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, ready_for_review] # Ready for Review = Draft to Live PR
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
|
|
@ -15,4 +16,4 @@ jobs:
|
|||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/labeler.yml
|
||||
sync-labels: true
|
||||
sync-labels: false # true = Removes ALL current labels before adding the labels | false = Only adds the Labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue