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 f827460 commit 206f476Copy full SHA for 206f476
.github/workflows/merge-main.yml
@@ -3,23 +3,12 @@ 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
- # TODO: REMOVE v
7
- push:
8
- branches:
9
- - main
10
- - '*-main'
11
- pull_request:
12
13
14
15
- # TODO: REMOVE ^
16
17
jobs:
18
test:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Merge main
22
- uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge-workflow
23
- # TODO: Use main instead of feature branch ^
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
24
with:
25
exempt-branches: # Add any if required
0 commit comments