Skip to content

Commit

Permalink
add awaiting response management (#3272)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 25, 2024
1 parent 92c1dde commit d7005d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/remove-awaiting-response-label.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit d7005d7

Please sign in to comment.