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.
gitea/models/actions
Giteabot a9b4aa4cc4
Create commit status when event is `pull_request_sync` (#23683) (#23691)
Backport #23683 by @sillyguodong

Fix: #23674
If the type of `hook_event` is `pull_request_sync`, also need to insert
a record of `commit_status` into DB.
Because `pull_request` event and `pull_request_sync` event have the same
payload, so the code is reusable.

Screenshot:

![image](https://user-images.githubusercontent.com/33891828/227465436-1b436807-d0b2-4a2b-8890-09d96c7f666d.png)

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
2 years ago
..
run.go Create commit status when event is `pull_request_sync` (#23683) (#23691) 2 years ago
run_job.go Implement actions (#21937) 2 years ago
run_job_list.go Implement actions (#21937) 2 years ago
run_list.go Implement actions (#21937) 2 years ago
runner.go Implement actions (#21937) 2 years ago
runner_list.go Implement actions (#21937) 2 years ago
runner_token.go Implement actions (#21937) 2 years ago
status.go Implement actions (#21937) 2 years ago
task.go Avoid too long names for actions (#23162) (#23190) 2 years ago
task_list.go Implement actions (#21937) 2 years ago
task_step.go Implement actions (#21937) 2 years ago
utils.go Implement actions (#21937) 2 years ago
utils_test.go Implement actions (#21937) 2 years ago