Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop No Response action running when unneeded.
1) The No Response action is running every 5 minutes, wasting CPU. Once a day is plenty. 2) If you fork the repository in order to contribute, and you want the CI test actions to run on each commit, you can inherit the original actions from the main repo. However, that also inherits No Response action, which can't run without an issue tracker. As a result, you receive a spurious error email every time No Response runs. While it is possible to individually exclude actions with some sort of regular expression parameter in the GitHub web-site, it is neater to have the action automatically skip if it isn't in the Kivy/* domain.
- Loading branch information