mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
Refactor PR auto-labeling using two-workflow pattern to handle fork PRs securely. The label-status job is replaced with capture-pr-data (read-only) and a new pr-status-labeler workflow that runs with write permissions via workflow_run trigger. Fixes 403 errors when labeling PRs from forks. Signed-off-by: Brady Pratt <bpratt@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>