chore: automerge frontend patch releases
This commit is contained in:
parent
9d4211d15c
commit
a702122891
1 changed files with 10 additions and 2 deletions
|
@ -8,12 +8,20 @@
|
|||
{
|
||||
"description": "Backend-related updates",
|
||||
"matchFileNames": ["backend/**"],
|
||||
"labels": ["backend"]
|
||||
"addLabels": ["backend"]
|
||||
},
|
||||
{
|
||||
"description": "Frontend-related updates",
|
||||
"matchFileNames": ["frontend/**"],
|
||||
"labels": ["frontend"]
|
||||
"addLabels": ["frontend"]
|
||||
},
|
||||
{
|
||||
"description": "Automerge patch updates in frontend packages",
|
||||
"matchFileNames": ["frontend/**"],
|
||||
"labels": ["frontend", "automerge"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"addLabels": ["automerge"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"reviewers": ["mcataford"]
|
||||
|
|
Reference in a new issue