]> source.dussan.org Git - gitea.git/commit
add skip ci functionality (#28075)
authorDenys Konovalov <kontakt@denyskon.de>
Sat, 18 Nov 2023 11:37:08 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2023 11:37:08 +0000 (13:37 +0200)
commit816e46ee7ce4b2649479554a940ecbe1cc505a3d
treecc00f0fa563bde5fe6706659b0a102eb4799577a
parente88377470a05f7b57a5f421f7af7c03ed66e7983
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
custom/conf/app.example.ini
docs/content/administration/config-cheat-sheet.en-us.md
modules/setting/actions.go
services/actions/notifier_helper.go
tests/integration/actions_trigger_test.go