Refactor fileresolver to not require base path #1439
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: "Manage Awaiting Response Label" | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| run: | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main" | |
| secrets: | |
| token: ${{ secrets.OSS_PROJECT_GH_TOKEN }} |