File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ name: Java CI with Gradle
99
1010on :
1111 push :
12- branches :
13- - main
1412 pull_request :
1513 types :
1614 - opened
Original file line number Diff line number Diff line change 11name : Java build with Gradle and SonarCloud
22on :
33 push :
4- branches :
5- - main
64 pull_request :
75 types :
86 - opened
3937 env :
4038 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4139 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
42- run : ./gradlew build jacocoTestReport sonar --info
40+ run : ./gradlew build jacocoTestReport sonar --info
Original file line number Diff line number Diff line change 33 "extends" : [
44 " config:best-practices"
55 ],
6- "automerge" : true
7- }
6+ "automerge" : true ,
7+ "automergeType" : " branch"
8+ }
You can’t perform that action at this time.
0 commit comments