@sentry/junior-github 0.175.0 → 0.176.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/plugin.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export interface GitHubPluginOptions {
|
|
|
40
40
|
installationIdEnv?: string;
|
|
41
41
|
/** Environment variable containing the GitHub App private key. */
|
|
42
42
|
privateKeyEnv?: string;
|
|
43
|
-
/**
|
|
43
|
+
/** App-configured pull request resource event behavior. */
|
|
44
44
|
pullRequestEvents?: GitHubPullRequestEventOptions;
|
|
45
45
|
}
|
|
46
46
|
/** Register GitHub runtime hooks for repository workflows. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { SubscribableResource } from "@sentry/junior-plugin-api";
|
|
2
2
|
export declare const GITHUB_PULL_REQUEST_EVENTS: readonly ["pull_request.checks.failed", "pull_request.checks.recovered", "pull_request.comment.created", "pull_request.opened", "pull_request.ready_for_review", "pull_request.review.approved", "pull_request.review.changes_requested", "pull_request.review.commented", "pull_request.review_comment.created", "pull_request.merged", "pull_request.closed_unmerged"];
|
|
3
3
|
export type GitHubPullRequestEvent = (typeof GITHUB_PULL_REQUEST_EVENTS)[number];
|
|
4
|
-
/**
|
|
4
|
+
/** App-configured pull request resource event behavior. */
|
|
5
5
|
export interface GitHubPullRequestEventOptions {
|
|
6
|
-
/**
|
|
6
|
+
/** App guidance applied within the matching subscription or event task instruction. */
|
|
7
7
|
guidance?: Partial<Record<GitHubPullRequestEvent, string>>;
|
|
8
8
|
/** Temporary subscription created after Junior creates a pull request. */
|
|
9
9
|
subscribeAfterCreate?: GitHubPullRequestSubscriptionConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior-github",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.176.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@sinclair/typebox": "^0.34.49",
|
|
32
32
|
"drizzle-orm": "^0.45.2",
|
|
33
33
|
"zod": "^4.4.3",
|
|
34
|
-
"@sentry/junior-plugin-api": "0.
|
|
34
|
+
"@sentry/junior-plugin-api": "0.176.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^25.9.1",
|