foundationdb/.github/workflows
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
..
format.yml ci: add github action to check clang-format 2026-06-03 20:49:58 -04:00
stale.yml give github stale-action permission actions:write 2026-06-09 18:28:26 -04:00
windows-boost-test.yml ci: update windows-boost-test to avoid third-party action 2026-05-26 13:21:31 -04:00