Skip to content

Commit

Permalink
(maint) Remove non-working conditions
Browse files Browse the repository at this point in the history
There are several conditions in for mergify we were using that no
longer works as expected. As such, it is just appropriate that we
remove these conditions.

Signed-off-by: Kim J. Nordmo <[email protected]>
  • Loading branch information
AdmiringWorm authored May 4, 2024
1 parent 918529d commit 6ba6ff8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
pull_request_rules:
- name: Add Documentation label for documentation changes, but not in source
conditions:
- "files~=^(docs/.*|README.md|CODE_OF_CONDUCT.md|CONTRIBUTING.md)$"
- "-files~=^src/Cake.Codecov/.*$"
actions:
label:
add: ["Documentation"]
- name: Add build label when no change in source, and not in documentation
conditions:
- "-files~=^(docs/.*|README.md|CODE_OF_CONDUCT.md|CONTRIBUTING.md)$"
- "-files~=^src/Cake.Codecov/.*$"
- "-title~=Cake.Core"
actions:
label:
add: ["Build"]
- name: "Add Breaking change when Cake.Core is mentioned in title"
conditions:
- "title~=Cake.Core"
actions:
label:
add: ["Breaking Change"]
- name: "Merge Pull Request when CI passes, and no outstanding issues"
conditions:
- "status-success=continuous-integration/appveyor/pr"
- "status-success=continuous-integration/travis-ci/pr"
- "status-success=codecov/patch"
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
actions:
merge:
method: squash
- name: thank user and refer them to add themself as contributor
conditions:
- merged
Expand Down

0 comments on commit 6ba6ff8

Please sign in to comment.