mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-06 02:40:29 +09:00
816e46ee7c
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