Skip to content

Commit

Permalink
feat: removed all config contents - testing manual
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 21, 2023
1 parent 64d0193 commit 4a1e563
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
@@ -1,29 +0,0 @@
shared:
my_ci: &common_checks
- check-success=build

queue_rules:
- name: hotfix
merge_conditions: *common_checks

- name: default
merge_conditions:
- check-success=build
- and: *common_checks

pull_request_rules:
- name: Default merge
conditions:
- base=master
- and: *common_checks
actions:
queue:
name: default

- name: Hotfix merge
conditions:
- base=master
- label=hotfix
actions:
queue:
name: hotfix

0 comments on commit 4a1e563

Please sign in to comment.