Skip to content

Commit

Permalink
chore: add mergify config for standard PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Feb 7, 2021
1 parent 68eb7b1 commit 48e1b17
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/mergify.yml
Expand Up @@ -17,4 +17,24 @@ pull_request_rules:
actions:
request_reviews:
users:
- RobBrazier
- RobBrazier
- name: Add reviewer to PRs
conditions:
- "-author=dependabot[bot]"
actions:
request_reviews:
users:
- RobBrazier
- name: Merge PR on approval
conditions:
- "-author=dependabot[bot]"
- "base=master"
- "check-success=ci/semaphoreci/pr: Build Components"
- "check-success=ci/semaphoreci/pr: Install Dependencies"
- "check-success=ci/semaphoreci/pr: Run Linting"
- "#check-success>=4"
- "#check-failure=0"
- "approved-reviews-by=RobBrazier"
actions:
merge:
method: merge

0 comments on commit 48e1b17

Please sign in to comment.