github.com/anchore/syft@v1.38.2/.github/workflows/remove-awaiting-response-label.yaml (about)

     1  name: "Manage Awaiting Response Label"
     2  
     3  on:
     4    issue_comment:
     5      types: [created]
     6  
     7  jobs:
     8    run:
     9      permissions:
    10        contents: read
    11        issues: write
    12        pull-requests: write
    13      uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main"
    14      secrets:
    15        token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}