Skip to content

feat(ec2): support using ssm parameter to resolve AMI ID at instance launch time #48468

feat(ec2): support using ssm parameter to resolve AMI ID at instance launch time

feat(ec2): support using ssm parameter to resolve AMI ID at instance launch time #48468

Workflow file for this run

# Approve PRs with "auto-approve". mergify takes care of the actual merge.
name: auto-approve
on:
pull_request_target:
types: [ labeled, unlabeled, opened, synchronize, reopened, ready_for_review, review_requested ]
jobs:
auto-approve:
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"