diff options
author | Zettat123 <zettat123@gmail.com> | 2023-08-05 14:26:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 14:26:06 +0800 |
commit | 9a8af925774327d96953a53c22efc42f24570b91 (patch) | |
tree | 65e9ba6f8d270eb1f715f2e87f05cec54f9d27eb /modules/packages/nuget | |
parent | 5db4c8db93de9e8792ff4fb07adb8a23b65b7850 (diff) | |
download | gitea-9a8af925774327d96953a53c22efc42f24570b91.tar.gz gitea-9a8af925774327d96953a53c22efc42f24570b91.zip |
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`.
Diffstat (limited to 'modules/packages/nuget')
0 files changed, 0 insertions, 0 deletions