Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/anchore/syf…
Browse files Browse the repository at this point in the history
…t-1.13.0
  • Loading branch information
spiffcs authored Oct 3, 2024
2 parents e612062 + b93deaf commit c90cdea
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 c90cdea

Please sign in to comment.