Sha256: 7574ef03017c56a61ce27cbe22df7028bbcf68aec73311c739ea4ce68866c9bc

Contents?: true

Size: 1.36 KB

Versions: 15

Compression:

Stored size: 1.36 KB

Contents

pull_request_rules:
  - name: request changelog labels when a PR is missing them
    conditions:
      - base=master
      - -label=bug
      - -label=enhancement
      - -label=documentation
      - -label=security
      - -label=removed
      - -label=infrastructure
    actions:
      label:
        add:
          - needs changelog label
      comment:
        message: |
          It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:

          - `bug` for bugfixes.
          - `enhancement` for new features and improvements.
          - `documentation` for documentation changes.
          - `security` for security patches.
          - `removed` for feature removals.
          - `infrastructure` for internal changes that should not go in the changelog.

          Additionally, the maintainer may also want to add one of the following:

          - `breaking` for breaking changes.
          - `deprecated` for feature deprecations.

          Once the correct labels have been set, simply remove the `needs changelog label` label from this PR so I can merge it.
  - name: merge PRs automatically
    conditions:
      - base=master
      - -label="needs changelog label"
      - -label=blocked
      - "#approved-reviews-by>=1"
      - -draft
    actions:
      merge:
        method: merge

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
solidus_dev_support-2.7.0 .mergify.yml
solidus_dev_support-2.6.0 .mergify.yml
solidus_dev_support-2.5.6 .mergify.yml
solidus_dev_support-2.5.5 .mergify.yml
solidus_dev_support-2.5.4 .mergify.yml
solidus_dev_support-2.5.3 .mergify.yml
solidus_dev_support-2.5.2 .mergify.yml
solidus_dev_support-2.5.1 .mergify.yml
solidus_dev_support-2.5.0 .mergify.yml
solidus_dev_support-2.4.3 .mergify.yml
solidus_dev_support-2.4.2 .mergify.yml
solidus_dev_support-2.4.1 .mergify.yml
solidus_dev_support-2.4.0 .mergify.yml
solidus_dev_support-2.3.0 .mergify.yml
solidus_dev_support-2.2.0 .mergify.yml