ulysses/.github
Kenny Van de Maele 3557a3f495
fix(ci): restore pull-requests:write for PR label/comment writes (#3367)
#3336 reduced the PR-checks workflow to pull-requests:read on the
assumption that PR labels/comments only need issues:write (the REST path
is /issues/{n}/...). They do not: modifying a pull request's labels or
comments requires the pull-requests scope, so issues:write alone returns
403 and crashed the description check on every PR. Restore
pull-requests:write, and fail soft in swapLabel so a label-permission
error can never mask the description verdict.
2026-06-08 00:26:30 +02:00
..
ISSUE_TEMPLATE fix: add 'willing to fix' dropdown to bug report issue template (#2063) 2026-06-04 04:25:04 +01:00
scripts fix(ci): restore pull-requests:write for PR label/comment writes (#3367) 2026-06-08 00:26:30 +02:00
workflows fix(ci): restore pull-requests:write for PR label/comment writes (#3367) 2026-06-08 00:26:30 +02:00
pull_request_template.md docs: point PR checklist at dev (#2594) 2026-06-04 19:15:08 +02:00