1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-05 19:30:59 +00:00
forgejo-runner/internal/app
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
..
cmd chore: document that DOCKER_HOST should be used instead of --container-daemon-socket (#1013) 2025-09-18 11:51:33 +00:00
job chore: bump version to v11 (#940) 2025-09-05 07:29:38 +00:00
poll test: add mocks for RunnerInterface & Poller 2025-09-07 13:52:47 -06:00
run fix: event.pull_request.action == closed can use the cache of the base repository 2025-09-26 15:40:45 +02:00