File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ configuration:
44
44
# Restrict who can dismiss pull request reviews. boolean
45
45
restrictsReviewDismissals : false
46
46
47
- - branchNamePattern : master
48
- # This branch pattern applies to the following branches as of 06 /12/2023 11:37 :28:
49
- # master
47
+ - branchNamePattern : main
48
+ # This branch pattern applies to the following branches as of 01 /12/2024 13:14 :28:
49
+ # main
50
50
51
51
# Specifies whether this branch can be deleted. boolean
52
52
allowsDeletions : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto-merge dependabot updates
2
2
3
3
on :
4
4
pull_request :
5
- branches : [master ]
5
+ branches : [main ]
6
6
7
7
permissions :
8
8
pull-requests : write
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish package to PyPI and create release
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
7
7
jobs :
8
8
build :
You can’t perform that action at this time.
0 commit comments