Skip to content

Commit 0237ce7

Browse files
authored
Merge pull request #2029 from hyperledger/mainbranchConfig
main branch configs
2 parents 6024ecb + a4ff8d0 commit 0237ce7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @conor10 @iikirilov
1+
* @conor10 @gtebrean @NickSneo

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ 'master' ]
5+
branches: [ 'main' ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ 'master' ]
8+
branches: [ 'main' ]
99
schedule:
1010
- cron: '35 2 * * 3'
1111

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1818

1919
### BREAKING CHANGES
2020

21-
*
21+
* Rename default master branch to main. [#2029](https://github.com/hyperledger/web3j/pull/2029)
2222

2323

2424
# [4.11.2](https://github.com/web3j/web3j/releases/tag/v4.11.2) (2024-03-27)

0 commit comments

Comments
 (0)