chore: promote staging 6da13c3 to production #5
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: 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
|
||
| secrets: inherit | ||