Skip to content

Commit a088364

Browse files
authored
add awaiting response management (#6)
Signed-off-by: Alex Goodman <[email protected]>
1 parent c72ef88 commit a088364

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
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)