0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 18:40:15 +01:00
forgejo/models
Zettat123 48e5a74f21
Support pull_request_target event ()
Fix 

This PR adds the support for
[`pull_request_target`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target)
workflow trigger. `pull_request_target` is similar to `pull_request`,
but the workflow triggered by the `pull_request_target` event runs in
the context of the base branch of the pull request rather than the head
branch. Since the workflow from the base is considered trusted, it can
access the secrets and doesn't need approvals to run.
2023-06-26 14:33:18 +08:00
..
actions Support pull_request_target event () 2023-06-26 14:33:18 +08:00
activities
admin
asymkey Merge setting.InitXXX into one function with options () 2023-05-04 11:55:35 +08:00
auth
avatars
db Fix wrong warn messages in migration steps () 2023-06-24 08:20:08 +00:00
dbfs
fixtures Fix duplicate Reviewed-by trailers () 2023-06-09 16:34:49 +02:00
git Fix index generation parallelly failure () 2023-06-15 02:14:43 +02:00
issues Improve loadprojects for issue list () 2023-06-24 15:31:28 +00:00
migrations Support pull_request_target event () 2023-06-26 14:33:18 +08:00
organization
packages Hide limited users if viewed by anonymous ghost () 2023-06-13 11:21:11 +08:00
perm
project
pull
repo
secret Support configuration variables on Gitea Actions () 2023-06-20 22:54:15 +00:00
shared/types
system
unit
unittest Refactor path & config system () 2023-06-21 13:50:26 +08:00
user Show outdated comments in files changed tab () 2023-06-21 16:08:12 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go Check primary keys for all tables and drop ForeignReference () 2022-12-23 19:35:43 +08:00
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Implement actions artifacts () 2023-05-19 21:37:57 +08:00
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go