Skip to content

Commit 794d359

Browse files
committed
ci: replace issues-helper specific version with v2
1 parent 1842772 commit 794d359

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: check
1+
name: Check
22

33
on:
44
push:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: coverage
1+
name: Coverage
22

33
on:
44
push:

.github/workflows/issue-commented.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: issue-commented
1+
name: Issue-commented
22

33
on:
44
issue_comment:
@@ -10,7 +10,7 @@ jobs:
1010
if: contains(github.event.issue.labels.*.name, 'stale')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions-cool/issues-helper@v2.3.1
13+
- uses: actions-cool/issues-helper@v2
1414
with:
1515
actions: 'remove-labels'
1616
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: issue-daily
1+
name: Issue-daily
22
on:
33
schedule:
44
- cron: '0 0 * * *'
@@ -7,7 +7,7 @@ jobs:
77
name: label stale issues
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions-cool/issues-helper@v2.3.1
10+
- uses: actions-cool/issues-helper@v2
1111
with:
1212
actions: 'check-inactive'
1313
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: issue-labeled
1+
name: Issue-labeled
22

33
on:
44
issues:
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.label.name == 'invalid'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions-cool/issues-helper@v2.3.1
13+
- uses: actions-cool/issues-helper@v2
1414
with:
1515
actions: 'close-issue, create-comment'
1616
token: ${{ secrets.GITHUB_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
2222
if: github.event.label.name == 'need reproduction'
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions-cool/issues-helper@v2.3.1
25+
- uses: actions-cool/issues-helper@v2
2626
with:
2727
actions: 'create-comment'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: page
1+
name: Pages
22

33
on:
44
# 每当 push 到 master 分支时触发部署

0 commit comments

Comments
 (0)