1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/services/actions
Zettat123 9a8af92577
Fix the bug when getting files changed for pull_request_target event ()
Follow 

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`.
2023-08-05 14:26:06 +08:00
..
clear_tasks.go Fix content holes in Actions task logs file () 2023-06-28 19:07:29 +02:00
commit_status.go Fix pull request check list is limited () 2023-07-31 02:21:09 +00:00
init.go Improve queue and logger context () 2023-05-26 07:31:55 +00:00
job_emitter_test.go Implement actions () 2023-01-31 09:45:19 +08:00
job_emitter.go Rewrite queue () 2023-05-08 19:49:59 +08:00
notifier_helper.go Fix the bug when getting files changed for pull_request_target event () 2023-08-05 14:26:06 +08:00
notifier.go For API attachments, use API URL () 2023-07-10 09:31:19 +00:00