@sentry/junior-github 0.79.0 → 0.80.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior-github",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"SETUP.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@sentry/junior-plugin-api": "0.
|
|
28
|
+
"@sentry/junior-plugin-api": "0.80.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -130,12 +130,6 @@ Defaults:
|
|
|
130
130
|
**Footers** (in order):
|
|
131
131
|
|
|
132
132
|
1. Issue references (`Fixes #N`, `Refs SENTRY-N`), if any.
|
|
133
|
-
2. Session link — when `gen_ai.conversation.id` is available:
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
---
|
|
137
|
-
[View Session in Sentry](https://sentry.sentry.io/traces/?project=4510944073809921&query=gen_ai.conversation.id%3A%22<url-encoded conversation id>%22)
|
|
138
|
-
```
|
|
139
133
|
|
|
140
134
|
**Assignment:** resolve GitHub handles from evidence (`gh api search/users`, org membership, repo history) before assigning requested reviewers or assignees. Skip assignment when the handle cannot be confirmed.
|
|
141
135
|
|
|
@@ -67,6 +67,7 @@ Follow [references/research-rules.md](references/research-rules.md) for cross-ty
|
|
|
67
67
|
- Attach screenshots from the thread as image links when present.
|
|
68
68
|
- Include code snippets, related issues, and related PRs only when they materially improve the issue.
|
|
69
69
|
|
|
70
|
+
|
|
70
71
|
### 4. Verify draft
|
|
71
72
|
|
|
72
73
|
Before running the `gh` create/edit command, check each gate. If any fails, revise and re-check before executing:
|