Skip to content

Commit

Permalink
ci: Use release comments action from public repo (#13816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Sep 26, 2024
1 parent faed208 commit c009b0d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 305 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-comment-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ jobs:
runs-on: ubuntu-20.04
name: 'Notify issues'
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Get version
id: get_version
run: echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> $GITHUB_OUTPUT

- name: Comment on linked issues that are mentioned in release
if: steps.get_version.outputs.version != ''
uses: ./dev-packages/release-comment-issues-gh-action
uses: getsentry/release-comment-issues-gh-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ steps.get_version.outputs.version }}
14 changes: 0 additions & 14 deletions dev-packages/release-comment-issues-gh-action/.eslintrc.cjs

This file was deleted.

12 changes: 0 additions & 12 deletions dev-packages/release-comment-issues-gh-action/action.yml

This file was deleted.

138 changes: 0 additions & 138 deletions dev-packages/release-comment-issues-gh-action/index.mjs

This file was deleted.

23 changes: 0 additions & 23 deletions dev-packages/release-comment-issues-gh-action/package.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"dev-packages/size-limit-gh-action",
"dev-packages/clear-cache-gh-action",
"dev-packages/external-contributor-gh-action",
"dev-packages/release-comment-issues-gh-action",
"dev-packages/rollup-utils"
],
"devDependencies": {
Expand Down
Loading

0 comments on commit c009b0d

Please sign in to comment.