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/services/actions
ChristopherHX 651ef66966
Add workflow_job webhook (#33694)
Provide external Integration information about the Queue lossly based on
https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=completed#workflow_job

Naming conflicts between GitHub & Gitea are here, Blocked => Waiting,
Waiting => Queued

Rationale Enhancement for ephemeral runners management #33570
3 days ago
..
auth.go allow the actions user to login via the jwt token (#32527) 4 months ago
auth_test.go Enable tenv and testifylint rules (#32852) 3 months ago
cleanup.go Skip deletion error for action artifacts (#33476) 1 month ago
clear_tasks.go Add workflow_job webhook (#33694) 3 days ago
commit_status.go Update status check for all supported on.pull_request.types in Gitea (#33117) 2 months ago
context.go Move some Actions related functions from `routers` to `services` (#33280) 2 months ago
context_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 3 months ago
init_test.go Move some Actions related functions from `routers` to `services` (#33280) 2 months ago
interface.go feat(api): enhance Actions Secrets Management API for repository (#30656) 11 months ago
job_emitter.go Add workflow_job webhook (#33694) 3 days ago
job_emitter_test.go Improve the handling of `jobs.<job_id>.if` (#31070) 10 months ago
notifier.go Refactor RefName (#33234) 2 months ago
notifier_helper.go Add workflow_job webhook (#33694) 3 days ago
rerun.go Fix bugs in rerunning jobs (#29955) 12 months ago
rerun_test.go Fix bugs in rerunning jobs (#29955) 12 months ago
schedule_tasks.go Add workflow_job webhook (#33694) 3 days ago
task.go Add workflow_job webhook (#33694) 3 days ago
variables.go Enhance routers for the Actions variable operations (#33547) 1 month ago
workflow.go Add workflow_job webhook (#33694) 3 days ago