We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72ef88 commit 354b1e7Copy full SHA for 354b1e7
.github/workflows/remove-awaiting-response-label.yaml
@@ -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