Skip to content

Commit 641982f

Browse files
authored
add awaiting response management (#2141)
Signed-off-by: Alex Goodman <[email protected]>
1 parent be83782 commit 641982f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Manage Awaiting Response Label"
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
jobs:
8+
run:
9+
uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main"
10+
secrets:
11+
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}

0 commit comments

Comments
 (0)