forgejo/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
2023-11-18 13:37:08 +02:00
..
cleanup.go
clear_tasks.go
commit_status.go
init.go
job_emitter.go
job_emitter_test.go
notifier.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
notifier_helper.go add skip ci functionality (#28075) 2023-11-18 13:37:08 +02:00
schedule_tasks.go