@sentry/junior-github 0.84.1 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -580,8 +580,11 @@ function gitHubPullRequestSubscribable(input, result) {
|
|
|
580
580
|
const supportedEvents = [
|
|
581
581
|
"checks.failed",
|
|
582
582
|
"checks.recovered",
|
|
583
|
+
"comment.created",
|
|
583
584
|
"review.approved",
|
|
584
585
|
"review.changes_requested",
|
|
586
|
+
"review.commented",
|
|
587
|
+
"review_comment.created",
|
|
585
588
|
"state.merged",
|
|
586
589
|
"state.closed_unmerged"
|
|
587
590
|
];
|
|
@@ -591,7 +594,10 @@ function gitHubPullRequestSubscribable(input, result) {
|
|
|
591
594
|
resourceRef: `github:pull_request:${repoRef}#${result.number}`,
|
|
592
595
|
suggestedEvents: [
|
|
593
596
|
"checks.failed",
|
|
597
|
+
"comment.created",
|
|
594
598
|
"review.changes_requested",
|
|
599
|
+
"review.commented",
|
|
600
|
+
"review_comment.created",
|
|
595
601
|
"state.merged",
|
|
596
602
|
"state.closed_unmerged"
|
|
597
603
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior-github",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@sinclair/typebox": "^0.34.49",
|
|
27
|
-
"@sentry/junior-plugin-api": "0.
|
|
27
|
+
"@sentry/junior-plugin-api": "0.86.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.9.1",
|