We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6e76f commit d67da27Copy full SHA for d67da27
.github/workflows/labels.yaml
@@ -4,7 +4,6 @@ name: Sync labels
4
on:
5
push:
6
branches:
7
- - master
8
- main
9
paths:
10
- .github/labels.yaml
.github/workflows/tagpr.yaml
@@ -2,7 +2,6 @@ name: Tagpr
2
3
jobs:
tagpr:
.tagpr
@@ -38,7 +38,7 @@
38
#
39
[tagpr]
40
vPrefix = true
41
- releaseBranch = master
+ releaseBranch = main
42
versionFile = VERSION
43
majorLabels = release/major
44
minorLabels = release/minor
0 commit comments