mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
add awaiting response management (#3272)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
92c1ddec5a
commit
d7005d7d8c
11
.github/workflows/remove-awaiting-response-label.yaml
vendored
Normal file
11
.github/workflows/remove-awaiting-response-label.yaml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user