Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ jobs:
permissions:
# actions: write approves the held runs; pull-requests: read finds the open
# release PR and its head SHA. Nothing here writes to a PR.
# checks: read lets rollup_size() read statusCheckRollup via GraphQL — a
# non-empty rollup 403s without it (Resource not accessible by integration),
# which burned red hourly on hestia while the heal itself worked. Callers
# must also grant it: a caller cap downgrades whatever the callee declares.
actions: write
checks: read
contents: read
pull-requests: read
steps:
Expand Down