diff options
author | Denys Konovalov <kontakt@denyskon.de> | 2024-03-14 04:18:04 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-20 06:07:50 +0100 |
commit | d3d0c4cbe7ba3f1aeb96581529d8fc7942b29836 (patch) | |
tree | 114c030033d4db2a1be241e80d75231d2ff832a0 /custom/conf/app.example.ini | |
parent | Merge pull request '[BUG] Fix manual merge button' (#2696) from gusted/forgej... (diff) | |
download | forgejo-d3d0c4cbe7ba3f1aeb96581529d8fc7942b29836.tar.xz forgejo-d3d0c4cbe7ba3f1aeb96581529d8fc7942b29836.zip |
add skip ci support for pull request title (#29774)
Extends #28075 to support [skip ci] inside PR titles.
Close #29265
(cherry picked from commit 7a90e5954f8515329f20ff0e391130e1ee7b8864)
Conflicts:
services/actions/notifier_helper.go
tests/integration/actions_trigger_test.go
conflicts easily resolved because of
[TESTS] Convert more tests to CreateDeclarativeRepo
[ACTIONS] skip superflous pull request synchronized event (#2314)
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b3896bc31c..9853a8e050 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2623,7 +2623,7 @@ LEVEL = Info ;ENDLESS_TASK_TIMEOUT = 3h ;; Timeout to cancel the jobs which have waiting status, but haven't been picked by a runner for a long time ;ABANDONED_JOB_TIMEOUT = 24h -;; Strings committers can place inside a commit message to skip executing the corresponding actions workflow +;; Strings committers can place inside a commit message or PR title to skip executing the corresponding actions workflow ;SKIP_WORKFLOW_STRINGS = [skip ci],[ci skip],[no ci],[skip actions],[actions skip] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |