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:
Yuriy Novostavskiy
2026-01-21 00:22:52 +01:00
committed by GitHub
parent 6c00f7c7de
commit 987c029c87

View File

@@ -10,6 +10,7 @@ on:
jobs:
add_label:
if: github.actor != 'patchback[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write