ci: enforce honeypot for unaffiliated PRs (#1269)

Signed-off-by: Hampus Kraft <hampus@fluxer.com>
This commit is contained in:
Hampus
2026-07-03 17:15:09 +02:00
committed by GitHub
parent 3a8ed1012f
commit 0e7d49c950
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
esac
case "$author_association" in
FIRST_TIMER|FIRST_TIME_CONTRIBUTOR)
NONE|FIRST_TIMER|FIRST_TIME_CONTRIBUTOR)
gh api \
--method PATCH \
"repos/${GITHUB_REPOSITORY}/pulls/${pr_number}" \