Skip to content

Commit 80a3e11

Browse files
authored
chore(ci): 修复 action 格式错误 (#1343)
1 parent 518456e commit 80a3e11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
你好 @${{ github.event.issue.user.login }},经过我们的反复讨论, 你的需求现已被采纳, 我们会排期开发, 请关注后续发布日志。
9393
9494
Hello, @${{ github.event.issue.user.login }}, your feature request has been accepted after our repeated discussion. We will schedule the development, please pay attention to the follow-up release logs.
95-
96-
- name: Pending
97-
if: github.event.label.name == 'pending'
95+
96+
- name: Pending
97+
if: github.event.label.name == '💤 pending'
9898
uses: actions-cool/issues-helper@main
9999
with:
100100
actions: 'create-comment'

0 commit comments

Comments
 (0)