mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
12 lines
247 B
YAML
12 lines
247 B
YAML
name: "Manage Awaiting Response Label"
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
|
|
jobs:
|
|
run:
|
|
uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main"
|
|
secrets:
|
|
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}
|