Skip to content

rFix auto merge

rFix auto merge #4

Workflow file for this run

name: Merge main
on:
schedule:
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
workflow_dispatch:
# TODO: REMOVE v
push:
branches:
- main
- '*-main'
pull_request:
branches:
- main
- '*-main'
# TODO: REMOVE ^
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Merge main
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-auto-merge
# TODO: Use main instead of feature branch ^
with:
exempt-branches: # Add any if required