Skip to content

chore: promote staging 73ea73e to production #9

chore: promote staging 73ea73e to production

chore: promote staging 73ea73e to production #9

Workflow file for this run

name: OpenGrep FP Triage
on:
pull_request_review_comment:
types: [created]
permissions:
pull-requests: write
id-token: write
jobs:
triage:
if: |
(startsWith(github.event.comment.body, '/fp') ||
startsWith(github.event.comment.body, '/FP')) &&
!endsWith(github.actor, '[bot]')
uses: scaleapi/required-actions/.github/workflows/opengrep-fp.yml@main

Check failure on line 17 in .github/workflows/opengrep-fp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/opengrep-fp.yml

Invalid workflow file

error parsing called workflow ".github/workflows/opengrep-fp.yml" -> "scaleapi/required-actions/.github/workflows/opengrep-fp.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit