Skip to content

Commit

Permalink
add awaiting response management (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman authored Sep 25, 2024
1 parent 0ca53f3 commit 2fc33ed
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 2fc33ed

Please sign in to comment.