You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
Zettat123 9a8af92577
Fix the bug when getting files changed for `pull_request_target` event (#26320)
Follow #25229

Copy from
https://github.com/go-gitea/gitea/pull/26290#issuecomment-1663135186

The bug is that we cannot get changed files for the
`pull_request_target` event. This event runs in the context of the base
branch, so we won't get any changes if we call
`GetFilesChangedSinceCommit` with `PullRequest.Base.Ref`.
12 months ago
..
clear_tasks.go Fix content holes in Actions task logs file (#25560) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 12 months ago
init.go Improve queue and logger context (#24924) 1 year ago
job_emitter.go Rewrite queue (#24505) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go For API attachments, use API URL (#25639) 1 year ago
notifier_helper.go Fix the bug when getting files changed for `pull_request_target` event (#26320) 12 months ago