File tree 7 files changed +1
-305
lines changed
7 files changed +1
-305
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,13 @@ jobs:
15
15
runs-on : ubuntu-20.04
16
16
name : ' Notify issues'
17
17
steps :
18
- - name : Check out code
19
- uses : actions/checkout@v4
20
-
21
- - name : Install dependencies
22
- run : yarn install --frozen-lockfile
23
-
24
18
- name : Get version
25
19
id : get_version
26
20
run : echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> $GITHUB_OUTPUT
27
21
28
22
- name : Comment on linked issues that are mentioned in release
29
23
if : steps.get_version.outputs.version != ''
30
- uses : ./dev-packages/ release-comment-issues-gh-action
24
+ uses : getsentry/ release-comment-issues-gh-action@v1
31
25
with :
32
26
github_token : ${{ secrets.GITHUB_TOKEN }}
33
27
version : ${{ steps.get_version.outputs.version }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 93
93
" dev-packages/size-limit-gh-action" ,
94
94
" dev-packages/clear-cache-gh-action" ,
95
95
" dev-packages/external-contributor-gh-action" ,
96
- " dev-packages/release-comment-issues-gh-action" ,
97
96
" dev-packages/rollup-utils"
98
97
],
99
98
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments