File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout repository
1111 uses : actions/checkout@v4
12+ with :
13+ fetch-depth : 0
1214
1315 - name : Set up Git
1416 shell : bash
Original file line number Diff line number Diff line change 33 schedule :
44 - cron : " 0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
55 workflow_dispatch :
6+ # TODO: REMOVE v
7+ push :
8+ branches :
9+ - main
10+ - ' *-main'
11+ pull_request :
12+ branches :
13+ - main
14+ - ' *-main'
15+ # TODO: REMOVE ^
616
717jobs :
818 test :
919 runs-on : ubuntu-latest
1020 steps :
1121 - name : Merge main
12- uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
22+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@auto-merge
23+ # TODO: Use main instead of feature branch ^
1324 with :
1425 exempt-branches : # Add any if required
You can’t perform that action at this time.
0 commit comments