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 1567add commit 7247b99Copy full SHA for 7247b99
.github/workflows/merge-main.yml
@@ -3,12 +3,23 @@ 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
- uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
22
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-merge-mn
23
+ # TODO: Use main instead of feature branch ^
24
with:
25
exempt-branches: # Add any if required
0 commit comments