foundationdb/.github
Pierce Lopez 91cfc54b4a give github stale-action permission actions:write
needed for it to manage its github actions cache state:

> Warning: Error delete _state: [403] Resource not accessible by integration

It needs this _state cache because:

> If the action ends because of operations-per-run then the next run will
> start from the first unprocessed issue skipping the issues processed
> during the previous run(s). The state is reset when all the issues are processed.

It seems like actions:write permits a lot of stuff, like triggering other actions,
that it would be nice to avoid permitting. It also seems like a github action
should not need so much permissions just to use the github actions cache. But
because this tries to *delete* its own cache, this seems to be the permission
it needs. (It is mostly working, just not starting at the best place in the list
of issues/PRs.)
2026-06-09 18:28:26 -04:00
..
workflows give github stale-action permission actions:write 2026-06-09 18:28:26 -04:00
copilot-instructions.md rename "*.instructions.md" to copilot-instructions.md 2026-05-26 13:21:31 -04:00