Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce drequency of GitHub stale action, and add action write permiss…
…ions The action has been producing a warning of: > Error delete _state: [403] Resource not accessible by integration That error has been reported as [Error delete _state: [403] Resource not accessible by integration (actions/stale#1133)](actions/stale#1133 (comment)), and adding the `actions: write` permission should address it, allowing the action to write data for managing the cache and managing the action runs. Also, based on reviewing the runs so far, we have API rate limit room to increase the operations per run and reduce the run frequency. Reducing the frequency will reduce the noise this workflow puts into the https://github.com/dotnet/sdk/actions list.
- Loading branch information