Skip to content

Commit 0282dc2

Browse files
committed
ci: Use release comments action from public repo
1 parent 39c0b1d commit 0282dc2

File tree

7 files changed

+1
-299
lines changed

7 files changed

+1
-299
lines changed

.github/workflows/release-comment-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Comment on linked issues that are mentioned in release
2929
if: steps.get_version.outputs.version != ''
30-
uses: ./dev-packages/release-comment-issues-gh-action
30+
uses: getsentry/release-comment-issues-gh-action@v1
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
version: ${{ steps.get_version.outputs.version }}

dev-packages/release-comment-issues-gh-action/.eslintrc.cjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

dev-packages/release-comment-issues-gh-action/action.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

dev-packages/release-comment-issues-gh-action/index.mjs

Lines changed: 0 additions & 138 deletions
This file was deleted.

dev-packages/release-comment-issues-gh-action/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
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": {

yarn.lock

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
dependencies:
2828
"@actions/io" "^1.0.1"
2929

30-
"@actions/[email protected]":
31-
version "6.0.0"
32-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.0.tgz#65883433f9d81521b782a64cc1fd45eef2191ea7"
33-
integrity sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==
34-
dependencies:
35-
"@actions/http-client" "^2.2.0"
36-
"@octokit/core" "^5.0.1"
37-
"@octokit/plugin-paginate-rest" "^9.0.0"
38-
"@octokit/plugin-rest-endpoint-methods" "^10.0.0"
39-
4030
"@actions/github@^5.0.0":
4131
version "5.1.1"
4232
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb"
@@ -63,14 +53,6 @@
6353
tunnel "^0.0.6"
6454
undici "^5.25.4"
6555

66-
"@actions/http-client@^2.2.0":
67-
version "2.2.3"
68-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
69-
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
70-
dependencies:
71-
tunnel "^0.0.6"
72-
undici "^5.25.4"
73-
7456
"@actions/[email protected]", "@actions/io@^1.0.1":
7557
version "1.1.3"
7658
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -6765,11 +6747,6 @@
67656747
dependencies:
67666748
"@octokit/types" "^8.0.0"
67676749

6768-
"@octokit/auth-token@^4.0.0":
6769-
version "4.0.0"
6770-
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
6771-
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
6772-
67736750
"@octokit/core@^3.6.0":
67746751
version "3.6.0"
67756752
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
@@ -6809,19 +6786,6 @@
68096786
before-after-hook "^2.2.0"
68106787
universal-user-agent "^6.0.0"
68116788

6812-
"@octokit/core@^5.0.1":
6813-
version "5.2.0"
6814-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.2.0.tgz#ddbeaefc6b44a39834e1bb2e58a49a117672a7ea"
6815-
integrity sha512-1LFfa/qnMQvEOAdzlQymH0ulepxbxnCYAKJZfMci/5XJyIHWgEYnDmgnKakbTh7CH2tFQ5O60oYDvns4i9RAIg==
6816-
dependencies:
6817-
"@octokit/auth-token" "^4.0.0"
6818-
"@octokit/graphql" "^7.1.0"
6819-
"@octokit/request" "^8.3.1"
6820-
"@octokit/request-error" "^5.1.0"
6821-
"@octokit/types" "^13.0.0"
6822-
before-after-hook "^2.2.0"
6823-
universal-user-agent "^6.0.0"
6824-
68256789
"@octokit/endpoint@^6.0.1":
68266790
version "6.0.12"
68276791
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658"
@@ -6840,14 +6804,6 @@
68406804
is-plain-object "^5.0.0"
68416805
universal-user-agent "^6.0.0"
68426806

6843-
"@octokit/endpoint@^9.0.1":
6844-
version "9.0.5"
6845-
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.5.tgz#e6c0ee684e307614c02fc6ac12274c50da465c44"
6846-
integrity sha512-ekqR4/+PCLkEBF6qgj8WqJfvDq65RH85OAgrtnVp1mSxaXF03u2xW/hUdweGS5654IlC0wkNYC18Z50tSYTAFw==
6847-
dependencies:
6848-
"@octokit/types" "^13.1.0"
6849-
universal-user-agent "^6.0.0"
6850-
68516807
"@octokit/graphql@^4.5.8":
68526808
version "4.8.0"
68536809
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3"
@@ -6866,15 +6822,6 @@
68666822
"@octokit/types" "^8.0.0"
68676823
universal-user-agent "^6.0.0"
68686824

6869-
"@octokit/graphql@^7.1.0":
6870-
version "7.1.0"
6871-
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-7.1.0.tgz#9bc1c5de92f026648131f04101cab949eeffe4e0"
6872-
integrity sha512-r+oZUH7aMFui1ypZnAvZmn0KSqAUgE1/tUXIWaqUCa1758ts/Jio84GZuzsvUkme98kv0WFY8//n0J1Z+vsIsQ==
6873-
dependencies:
6874-
"@octokit/request" "^8.3.0"
6875-
"@octokit/types" "^13.0.0"
6876-
universal-user-agent "^6.0.0"
6877-
68786825
"@octokit/openapi-types@^12.11.0":
68796826
version "12.11.0"
68806827
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0"
@@ -6895,16 +6842,6 @@
68956842
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69"
68966843
integrity sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==
68976844

6898-
"@octokit/openapi-types@^20.0.0":
6899-
version "20.0.0"
6900-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
6901-
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==
6902-
6903-
"@octokit/openapi-types@^22.2.0":
6904-
version "22.2.0"
6905-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.2.0.tgz#75aa7dcd440821d99def6a60b5f014207ae4968e"
6906-
integrity sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==
6907-
69086845
"@octokit/[email protected]":
69096846
version "6.0.1"
69106847
resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
@@ -6932,25 +6869,11 @@
69326869
"@octokit/tsconfig" "^1.0.2"
69336870
"@octokit/types" "^9.2.3"
69346871

6935-
"@octokit/plugin-paginate-rest@^9.0.0":
6936-
version "9.2.1"
6937-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.1.tgz#2e2a2f0f52c9a4b1da1a3aa17dabe3c459b9e401"
6938-
integrity sha512-wfGhE/TAkXZRLjksFXuDZdmGnJQHvtU/joFQdweXUgzo1XwvBCD4o4+75NtFfjfLK5IwLf9vHTfSiU3sLRYpRw==
6939-
dependencies:
6940-
"@octokit/types" "^12.6.0"
6941-
69426872
"@octokit/plugin-request-log@^1.0.4":
69436873
version "1.0.4"
69446874
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
69456875
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
69466876

6947-
"@octokit/plugin-rest-endpoint-methods@^10.0.0":
6948-
version "10.4.1"
6949-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz#41ba478a558b9f554793075b2e20cd2ef973be17"
6950-
integrity sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==
6951-
dependencies:
6952-
"@octokit/types" "^12.6.0"
6953-
69546877
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
69556878
version "5.16.2"
69566879
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342"
@@ -6992,15 +6915,6 @@
69926915
deprecation "^2.0.0"
69936916
once "^1.4.0"
69946917

6995-
"@octokit/request-error@^5.1.0":
6996-
version "5.1.0"
6997-
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.1.0.tgz#ee4138538d08c81a60be3f320cd71063064a3b30"
6998-
integrity sha512-GETXfE05J0+7H2STzekpKObFe765O5dlAKUTLNGeH+x47z7JjXHfsHKo5z21D/o/IOZTUEI6nyWyR+bZVP/n5Q==
6999-
dependencies:
7000-
"@octokit/types" "^13.1.0"
7001-
deprecation "^2.0.0"
7002-
once "^1.4.0"
7003-
70046918
"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
70056919
version "5.6.3"
70066920
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
@@ -7025,16 +6939,6 @@
70256939
node-fetch "^2.6.7"
70266940
universal-user-agent "^6.0.0"
70276941

7028-
"@octokit/request@^8.3.0", "@octokit/request@^8.3.1":
7029-
version "8.4.0"
7030-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.4.0.tgz#7f4b7b1daa3d1f48c0977ad8fffa2c18adef8974"
7031-
integrity sha512-9Bb014e+m2TgBeEJGEbdplMVWwPmL1FPtggHQRkV+WVsMggPtEkLKPlcVYm/o8xKLkpJ7B+6N8WfQMtDLX2Dpw==
7032-
dependencies:
7033-
"@octokit/endpoint" "^9.0.1"
7034-
"@octokit/request-error" "^5.1.0"
7035-
"@octokit/types" "^13.1.0"
7036-
universal-user-agent "^6.0.0"
7037-
70386942
"@octokit/[email protected]":
70396943
version "19.0.11"
70406944
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.11.tgz#2ae01634fed4bd1fca5b642767205ed3fd36177c"
@@ -7067,20 +6971,6 @@
70676971
dependencies:
70686972
"@octokit/openapi-types" "^18.0.0"
70696973

7070-
"@octokit/types@^12.6.0":
7071-
version "12.6.0"
7072-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2"
7073-
integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==
7074-
dependencies:
7075-
"@octokit/openapi-types" "^20.0.0"
7076-
7077-
"@octokit/types@^13.0.0", "@octokit/types@^13.1.0":
7078-
version "13.5.1"
7079-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.5.1.tgz#5685a91f295195ddfff39723b093b0df9609ce6e"
7080-
integrity sha512-F41lGiWBKPIWPBgjSvaDXTTQptBujnozENAK3S//nj7xsFdYdirImKlBB/hTjr+Vii68SM+8jG3UJWRa6DMuDA==
7081-
dependencies:
7082-
"@octokit/openapi-types" "^22.2.0"
7083-
70846974
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0":
70856975
version "6.41.0"
70866976
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"

0 commit comments

Comments
 (0)