Skip to content

Commit 6133e0d

Browse files
πŸ”„ synced file(s) with mooseburgr/mooseburgr (#308)
* πŸ”„ synced local '.github/settings.yml' with remote '.github/settings.yml' * πŸ”„ synced local '.github/mergify.yml' with remote '.github/mergify.yml' --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d096622 commit 6133e0d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

β€Ž.github/mergify.ymlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
pull_request_rules:
22
- name: Automatic merge ⬇️ on approval βœ”
33
conditions:
4-
- "#approved-reviews-by>=1"
4+
- '#approved-reviews-by>=1'
55
actions:
66
merge:
77
method: squash
88

99
- name: automatic merge for Dependabot, Renovate, or Snyk pull requests
1010
conditions:
1111
- and:
12-
- check-success=build
13-
- or:
14-
- author=dependabot[bot]
15-
- author=renovate[bot]
16-
- author=snyk-bot
12+
- check-success=build
13+
- or:
14+
- author=dependabot[bot]
15+
- author=renovate[bot]
16+
- author=snyk-bot
1717
actions:
1818
merge:
1919
method: squash

β€Ž.github/settings.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ branches:
6868
enforce_admins: true
6969
# Prevent merge commits from being pushed to matching branches
7070
required_linear_history: true
71-

0 commit comments

Comments
Β (0)