chore(deps): bump awscli from 1.25.70 to 1.29.57 in /packages/@aws-cdk/lambda-layer-awscli #71
This file contains 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: "Custom resources checklist" | |
on: | |
pull_request: | |
types: [ opened ] | |
jobs: | |
checklist_job: | |
runs-on: ubuntu-latest | |
name: Creates a checklist for PRs that contain changes to custom resources | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Dynamic checklist action | |
uses: vishalsinha21/dynamic-checklist@v1 | |
with: | |
mappingFile: './.github/workflows/cr-mapping.json' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |