Skip to content

Commit

Permalink
chore(v0.x.x): add v0.x.x backport label to mergify (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
nivasan1 authored and Eric-Warehime committed Jan 17, 2024
1 parent cbfb7ad commit 2fd3a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gorelease.yml → .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: false
skip: false
6 changes: 3 additions & 3 deletions .mergify
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v1.x.x branch
- name: backport patches to v0.x.x branch
conditions:
- base=main
- label=backport/v1.x.x
- label=backport/v0.x.x
actions:
backport:
branches:
- release/v1.x.x
- release/v0.x.x

0 comments on commit 2fd3a02

Please sign in to comment.