Skip to content

.github/workflows/approval-check-worker.yml #2

.github/workflows/approval-check-worker.yml

.github/workflows/approval-check-worker.yml #2

name: Approval Check Worker
on:
pull_request_review:
types: [submitted, dismissed]
jobs:
check-approvals:
permissions:
contents: write
pull-requests: write
statuses: write
issues: write
uses: tetherto/qvac-devops/.github/workflows/approval-check-worker.yml@production-workflows-tag

Check failure on line 15 in .github/workflows/approval-check-worker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/approval-check-worker.yml

Invalid workflow file

error parsing called workflow ".github/workflows/approval-check-worker.yml" -> "tetherto/qvac-devops/.github/workflows/approval-check-worker.yml@production-workflows-tag" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
pr_sha: ${{ github.event.pull_request.head.sha }}