Skip to content

Commit

Permalink
(maint) Corrected indentation in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 21, 2020
1 parent a3af3ef commit 31a25b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ pull_request_rules:
- "files~=^(docs/.*|README.md|CODE_OF_CONDUCT.md|CONTRIBUTING.md)$"
- "-files~=^src/Cake.Transifex/.*$"
actions:
label:
add: ["Documentation"]
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.Transifex/.*$"
- "-title~=Cake.Core"
actions:
label:
add: ["Build"]
label:
add: ["Build"]
- name: "Add Breaking change when Cake.Core is mentioned in title"
conditions:
- "title~=Cake.Core"
actions:
label:
add: ["Breaking Change"]
label:
add: ["Breaking Change"]
- name: thank user and refer them to add themself as contributor
conditions:
- merged
actions:
comment:
message: "Thank you for your contribution, if you haven't already then feel free to add yourself as a contributors through the all-contributors bot. See https://allcontributors.org/docs/en/bot/usage for more information."
comment:
message: "Thank you for your contribution, if you haven't already then feel free to add yourself as a contributors through the all-contributors bot. See https://allcontributors.org/docs/en/bot/usage for more information."

0 comments on commit 31a25b5

Please sign in to comment.