1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00
forgejo-runner/internal
Earl Warren 6e7b542cc9
fix: event.pull_request.action == closed can use the cache of the base repository
When the "closed" action of a pull request event was triggered by a
merge, it effectively runs in the context of the base repository. It
was merged by a user with write access to the base repository. It is
authorized to write the base repository cache.

Resolves forgejo/runner#1030
2025-09-26 15:40:45 +02:00
..
app fix: event.pull_request.action == closed can use the cache of the base repository 2025-09-26 15:40:45 +02:00
pkg chore: fix typo in the documentation (#1025) 2025-09-23 06:41:07 +00:00