Sindri Guðmundsson
Sindri Guðmundsson
Recently we've discovered that kodiak is updating all branches that have `automerge` set, regardless of their place in the queue. The status that's set on the commits is "⛴ merging...
Our organization uses custom github runners for most of our GHA workflows. These runners are running in EKS on AWS so we want to be able to leverage AWS S3...
As ACTIONS_CACHE_URL cannot be overwritten in actions/cache, provide the ability to overwrite it using GITHUB_ACTIONS_CACHE_URL. See https://github.com/actions/cache/pull/679 for more context