We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebe316 commit 76a5971Copy full SHA for 76a5971
.github/workflows/issue-labels.yml
@@ -3,6 +3,8 @@ name: Update labels on issues with OP response
3
on:
4
issue_comment:
5
types: [created]
6
+ issues:
7
+ types: [opened]
8
9
jobs:
10
label-op-response:
@@ -25,11 +27,11 @@ jobs:
25
27
labels: 'Needs Attention'
26
28
env:
29
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- - name: Remove 'blocked customer-response' label if OP responded
30
+ - name: Remove 'blocked customer response' label if OP responded
31
if: env.op_comment == 'true'
32
uses: actions-ecosystem/action-remove-labels@v1
33
with:
- labels: 'blocked: customer-response'
34
+ labels: 'blocked: customer response'
35
36
37
label-new-issue:
0 commit comments