git-topic-stage 4.1.0

Logic for managing a topic stage on top of a base branch in git.
Documentation
1
2
3
4
5
6
7
8
9
# Rules for where jobs can run

.run_automatically:
    rules:
        - if: '$CI_MERGE_REQUEST_ID'
          when: on_success
        - if: '$CI_PROJECT_PATH == "utils/rust-git-topic-stage"'
          when: on_success
        - when: never