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:
4444 # Restrict who can dismiss pull request reviews. boolean
4545 restrictsReviewDismissals : false
4646
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
5050
5151 # Specifies whether this branch can be deleted. boolean
5252 allowsDeletions : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto-merge dependabot updates
22
33on :
44 pull_request :
5- branches : [master ]
5+ branches : [main ]
66
77permissions :
88 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
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66
77jobs :
88 build :
You can’t perform that action at this time.
0 commit comments