chore: migrate to pull_request_target for some workflows that require… #75
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Merge main | |
| on: | |
| push: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| merge: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Merge main | |
| uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main | |
| with: | |
| ci-user-pat: ${{ secrets.CI_USER_PAT }} | |
| exempt-branches: # Add any if required |