This repository was archived by the owner on Dec 11, 2025. It is now read-only.
chore(deps): Bump the cdk8s group in /examples/typescript/hello-world with 2 updates #1698
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
| # ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". | |
| name: automerge | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - labeled | |
| - ready_for_review | |
| - reopened | |
| - synchronize | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| jobs: | |
| automerge: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| if: contains(github.event.pull_request.labels.*.name, 'automerge') && github.event.pull_request.draft == false | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
| - name: Turn on automerge for this PR by a trusted user or bot | |
| if: github.event.pull_request.user.login == 'team-tf-cdk' || contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) || github.actor == 'dependabot[bot]' | |
| env: | |
| GH_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }} | |
| run: gh pr merge --auto --squash ${{ github.event.pull_request.number }} |