Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
513eae7d
Unverified
Commit
513eae7d
authored
3 years ago
by
Daniel Farina
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
ci(Mergify): configuration update (#847)
Signed-off-by: Daniel Farina <null>
parent
f66106fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.mergify.yml
+50
-0
.mergify.yml
with
50 additions
and
0 deletions
+50
-0
.mergify.yml
0 → 100644
+
50
-
0
View file @
513eae7d
queue_rules
:
-
name
:
default
conditions
:
-
"
#approved-reviews-by>1"
pull_request_rules
:
-
name
:
automerge to the base branch with label automerge and branch protection passing
conditions
:
-
"
#approved-reviews-by>1"
-
base=main
-
label=automerge
actions
:
queue
:
name
:
default
method
:
squash
commit_message_template
:
|
{{ title }} (#{{ number }})
{{ body }}
-
name
:
backport patches to v3.x branch
conditions
:
-
base=main
-
label=backport/v3.x
actions
:
backport
:
branches
:
-
v3.x
-
name
:
backport patches to v4.x branch
conditions
:
-
base=main
-
label=backport/v4.x
actions
:
backport
:
branches
:
-
v4.x
-
name
:
backport patches to v5.x branch
conditions
:
-
base=main
-
label=backport/v5.x
actions
:
backport
:
branches
:
-
v5.x
-
name
:
backport patches to v6.x branch
conditions
:
-
base=main
-
label=backport/v6.x
actions
:
backport
:
branches
:
-
v6.x
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment