File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto merge
22
33on :
44 pull_request :
5- branches : master
5+ branches : [main]
66 pull_request_review :
77 types :
88 - submitted
Original file line number Diff line number Diff line change 1+ ---
2+
3+ name : Mirror branch main to master
4+
5+ on :
6+ push :
7+ branches : [main]
8+
9+ jobs :
10+ mirror-to-master :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : zofrex/mirror-branch@v1
14+ with :
15+ target-branch : master
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ name: "Test action-ros-ci"
22on :
33 pull_request :
44 push :
5- branches :
6- - master
7- - " releases/*"
5+ branches : [main]
86 schedule :
9- # Run the CI automatically twice per day to look for flakyness.
10- - cron : " 0 */12 * * *"
7+ # Run the CI automatically nightly to catch flakes
8+ - cron : " 0 0 * * *"
119
1210defaults :
1311 run :
You can’t perform that action at this time.
0 commit comments