Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TekuSP authored Sep 20, 2024
1 parent 7f4c772 commit e7b77ac
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pull_request_rules:
- name: Automatically merge PRs
conditions:
- check-success=continuous-integration/travis/pr
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
Expand All @@ -20,7 +19,6 @@ pull_request_rules:
- name: Automatically Dependenabot bot's PRs
conditions:
- author=dependabot[bot]
- status-success=continuous-integration/travis/pr
actions:
merge:
method: merge
Expand Down Expand Up @@ -80,10 +78,3 @@ pull_request_rules:
toggle:
- "In Review"

- name: Toggle label when CI Fails
conditions:
- check-failure=continuous-integration/travis/pr
actions:
label:
toggle:
- "CI Pipeline: Failure"

0 comments on commit e7b77ac

Please sign in to comment.