Bump aws-actions/amazon-ecr-login from 9238dd443b7a5941caf19ffbe68be34d4dbd61df to 157095d1ea61aabb8ada13cd3186a052e9279a64 #3023
Workflow file for this run
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: "PR: Checklist linter" | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize, reopened] | |
permissions: | |
checks: write | |
jobs: | |
check-tasks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/task-completed-checker-action@2ddb65fdd5577bae4a8e82e0564e459677aec893 # infered from @v0.1.2 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: dekinderfiets/pr-description-enforcer@f6a858878d694ff5b2760380fbcd21129030c5dd # infered from @v0.0.1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |