File tree Expand file tree Collapse file tree 3 files changed +123
-127
lines changed Expand file tree Collapse file tree 3 files changed +123
-127
lines changed Original file line number Diff line number Diff line change 1
- on : create
2
-
3
- name : Release
4
-
5
- jobs :
6
- release :
7
- name : Release GitHub Actions
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Checkout
11
- uses : actions/checkout@master
12
- with :
13
- fetch-depth : 3
14
- - name : Check package version
15
- uses : technote-space/package-version-check-action@v1
16
- with :
17
- GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
18
-
19
- - name : Release GitHub Actions
20
- uses : technote-space/release-github-actions@v1
21
- with :
22
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
- COMMIT_NAME : Technote
24
- COMMIT_EMAIL : technote.space@gmail.com
25
- OUTPUT_BUILD_INFO_FILENAME : build.json
26
- TEST_TAG_PREFIX : test/
27
- ORIGINAL_TAG_PREFIX : original/
28
-
29
- - uses : 8398a7/action-slack@v1
30
- with :
31
- type : failure
32
- env :
33
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
35
- if : failure()
1
+ on : create
2
+
3
+ name : Release
4
+
5
+ jobs :
6
+ release :
7
+ name : Release GitHub Actions
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - name : Checkout
11
+ uses : actions/checkout@master
12
+ with :
13
+ fetch-depth : 3
14
+
15
+ - name : Release GitHub Actions
16
+ uses : technote-space/release-github-actions@v1
17
+ with :
18
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ COMMIT_NAME : Technote
20
+ COMMIT_EMAIL : technote.space@gmail.com
21
+ OUTPUT_BUILD_INFO_FILENAME : build.json
22
+ TEST_TAG_PREFIX : test/
23
+ ORIGINAL_TAG_PREFIX : original/
24
+
25
+ - uses : 8398a7/action-slack@v1
26
+ with :
27
+ type : failure
28
+ env :
29
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
31
+ if : failure()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @technote-space/assign-author" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " GitHub actions to assign author to issue or PR." ,
5
5
"author" : " Technote <technote.space@gmail.com> (https://technote.space)" ,
6
6
"license" : " MIT" ,
21
21
"dependencies" : {
22
22
"@actions/core" : " ^1.2.0" ,
23
23
"@actions/github" : " ^1.1.0" ,
24
- "@technote-space/filter-github-action" : " ^0.1.4 " ,
25
- "@technote-space/github-action-helper" : " ^0.2.0 "
24
+ "@technote-space/filter-github-action" : " ^0.1.5 " ,
25
+ "@technote-space/github-action-helper" : " ^0.2.1 "
26
26
},
27
27
"devDependencies" : {
28
- "@technote-space/github-action-test-helper" : " ^0.0.11 " ,
28
+ "@technote-space/github-action-test-helper" : " ^0.0.12 " ,
29
29
"@types/jest" : " ^24.0.19" ,
30
30
"@types/node" : " ^12.11.1" ,
31
31
"@typescript-eslint/eslint-plugin" : " ^2.4.0" ,
You can’t perform that action at this time.
0 commit comments