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
Denys Konovalov 816e46ee7c
add skip ci functionality (#28075)
Adds the possibility to skip workflow execution if the commit message
contains a string like [skip ci] or similar.

The default strings are the same as on GitHub, users can also set custom
ones in app.ini

Reference:
https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs

Close #28020
1 year ago
..
cleanup.go Artifacts retention and auto clean up (#26131) 1 year ago
clear_tasks.go Make Actions tasks/jobs timeouts configurable by the user (#27400) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 2 years ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go Rewrite queue (#24505) 2 years ago
job_emitter_test.go
notifier.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
notifier_helper.go add skip ci functionality (#28075) 1 year ago
schedule_tasks.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago