0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-15 06:01:31 +01:00
gitea/services/actions
yp05327 32d45ee069
Update status check for all supported on.pull_request.types in Gitea (#33117)
Thanks @Zettat123
Follow #33116
Fix #33051

on.pull_request.types doc:

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request

on.pull_request.types added in this PR:
```
assigned, unassigned, review_requested, review_request_removed, milestoned, demilestoned, labeled, unlabeled
```

unsupported types in Gitea:
```
// Unsupported activity types:
// converted_to_draft, ready_for_review, locked, unlocked, auto_merge_enabled, auto_merge_disabled, enqueued, dequeued
```

TODO:
- [x] add test
2025-01-08 01:58:47 +08:00
..
auth_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
auth.go allow the actions user to login via the jwt token (#32527) 2024-11-20 15:24:09 +00:00
cleanup.go
clear_tasks.go
commit_status.go Update status check for all supported on.pull_request.types in Gitea (#33117) 2025-01-08 01:58:47 +08:00
init_test.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
interface.go
job_emitter_test.go
job_emitter.go
notifier_helper.go Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) 2024-10-13 20:28:32 +00:00
notifier.go feat(action): issue change title notifications (#33050) 2024-12-31 12:08:36 +00:00
rerun_test.go
rerun.go
schedule_tasks.go
variables.go