File tree Expand file tree Collapse file tree 7 files changed +1
-305
lines changed Expand file tree Collapse file tree 7 files changed +1
-305
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,13 @@ jobs:
1515 runs-on : ubuntu-20.04
1616 name : ' Notify issues'
1717 steps :
18- - name : Check out code
19- uses : actions/checkout@v4
20-
21- - name : Install dependencies
22- run : yarn install --frozen-lockfile
23-
2418 - name : Get version
2519 id : get_version
2620 run : echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> $GITHUB_OUTPUT
2721
2822 - name : Comment on linked issues that are mentioned in release
2923 if : steps.get_version.outputs.version != ''
30- uses : ./dev-packages/ release-comment-issues-gh-action
24+ uses : getsentry/ release-comment-issues-gh-action@v1
3125 with :
3226 github_token : ${{ secrets.GITHUB_TOKEN }}
3327 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 9393 " dev-packages/size-limit-gh-action" ,
9494 " dev-packages/clear-cache-gh-action" ,
9595 " dev-packages/external-contributor-gh-action" ,
96- " dev-packages/release-comment-issues-gh-action" ,
9796 " dev-packages/rollup-utils"
9897 ],
9998 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments