Bump azul/zulu-openjdk-alpine from af4df00
to a7b7607
in /api
#1482
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: "PR: Checklist linter" | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize, reopened] | |
permissions: | |
checks: write | |
jobs: | |
task-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/task-completed-checker-action@v0.1.2 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: dekinderfiets/pr-description-enforcer@0.0.1 | |
if: false # TODO remove when public | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |