Skip to content

chore: Release cdk-from-cfn version 0.169.0 #1507

chore: Release cdk-from-cfn version 0.169.0

chore: Release cdk-from-cfn version 0.169.0 #1507

Workflow file for this run

name: auto-approve
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && ((github.event.pull_request.user.login == 'cdklabs-automation') || (github.event.pull_request.user.login == 'dependabot[bot]'))
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}