mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
chore(CI): prevent patchback bot from labeling new PRs (#1062)
currently, the patchback bot creates PRs that get labeled as "needs-triage". This change prevents labeling PR created by the patchback bot.
This commit is contained in:
committed by
GitHub
parent
6c00f7c7de
commit
987c029c87
1
.github/workflows/label-new-prs.yaml
vendored
1
.github/workflows/label-new-prs.yaml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
add_label:
|
||||
if: github.actor != 'patchback[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user