Changing labels triggers Github Actions CI runs, but it should not. It is especially annoying when adding comment right before merging.
The desired behavior is:
- When
skip-ci label exists on the PR, subsequent push does not trigger CI run.
- When
skip-ci label does not exist on the PR, subsequent push triggers CI run.
This relates to issue #814.
Changing labels triggers Github Actions CI runs, but it should not. It is especially annoying when adding comment right before merging.
The desired behavior is:
skip-cilabel exists on the PR, subsequent push does not trigger CI run.skip-cilabel does not exist on the PR, subsequent push triggers CI run.This relates to issue #814.