Skip to content

⬆️ Bump docker/metadata-action from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 032a4b3bda1b716928481836ac5bfe36e1feaad6 #98

⬆️ Bump docker/metadata-action from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 032a4b3bda1b716928481836ac5bfe36e1feaad6

⬆️ Bump docker/metadata-action from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 032a4b3bda1b716928481836ac5bfe36e1feaad6 #98

Workflow file for this run

name: PR Verifier
on:
# NB: using `pull_request_target` runs this in the context of
# the base repository, so it has permission to upload to the checks API.
# This means changes won't kick in to this file until merged onto the
# main branch.
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
verify:
name: verify PR contents
permissions:
checks: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}