We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d5f6b commit bf9a200Copy full SHA for bf9a200
.github/workflows/merge-main.yml
@@ -0,0 +1,14 @@
1
+name: Merge main
2
+on:
3
+ schedule:
4
+ - cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
5
+ workflow_dispatch:
6
+
7
+jobs:
8
+ test:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Merge main
12
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
13
+ with:
14
+ exempt-branches: # Add any if required
0 commit comments