Description
Description
Hello, thanks everyone for the awesome Gitea Actions feature!
GitHub Actions (and many other CI tools, too) has a feature that allows the user to skip running CI when a particular keyword is part of the commit message.
GitHub documentation: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
You can skip workflow runs triggered by the
push
andpull_request
events by including a command in your commit message:
[skip ci]
[ci skip]
[no ci]
[skip actions]
[actions skip]
It seems that this is currently not supported by Gitea (can anyone else confirm this?).
Short term, it should be added to the list of Unsupported features: https://docs.gitea.com/next/usage/actions/comparison
Medium term we should of course implement this feature.
Gitea Version
1.20.5
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Gitea Helm chart version 9.5.1: https://gitea.com/gitea/helm-chart/
Database
MySQL/MariaDB