gitea/models/actions
yp05327 96d31fe0a8
Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357)
![image](https://github.com/go-gitea/gitea/assets/18380374/ddf6ee84-2242-49b9-b066-bd8429ba4d76)

When repo is a mirror, and commit author is an external user, then
`GetUserByEmail` will return error.

reproduce/test:
- mirror Gitea to your instance
- disable action and enable it again, this will trigger
`DetectAndHandleSchedules`

ps: also follow #24706, it only fixed normal runs, not scheduled runs.
2024-04-11 15:11:32 +08:00
..
artifact.go
main_test.go
run.go
run_job.go
run_job_list.go Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
run_list.go Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
runner.go
runner_list.go Refactor more filterslice (#30370) 2024-04-10 04:18:41 +00:00
runner_token.go
runner_token_test.go
schedule.go
schedule_list.go Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) 2024-04-11 15:11:32 +08:00
schedule_spec.go
schedule_spec_list.go Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
status.go
task.go Fix ambiguous id when fetch Actions tasks (#30382) 2024-04-10 02:57:43 +00:00
task_list.go Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
task_output.go
task_step.go
tasks_version.go
utils.go
utils_test.go
variable.go