@sentry/junior-github 0.42.0 → 0.44.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.
Files changed (3) hide show
  1. package/SETUP.md +1 -0
  2. package/package.json +1 -1
  3. package/plugin.yaml +12 -1
package/SETUP.md CHANGED
@@ -13,6 +13,7 @@ In GitHub:
13
13
  - Issues: Read and write
14
14
  - Contents: Read and write
15
15
  - Pull requests: Read and write
16
+ - Actions: Read and write
16
17
  - Metadata: Read
17
18
 
18
19
  4. Create the app and generate a private key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-github",
3
- "version": "0.42.0",
3
+ "version": "0.44.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
package/plugin.yaml CHANGED
@@ -15,16 +15,27 @@ config-keys:
15
15
  - org
16
16
  - repo
17
17
 
18
+ env-vars:
19
+ GITHUB_APP_BOT_NAME:
20
+ GITHUB_APP_BOT_EMAIL:
21
+
18
22
  credentials:
19
23
  type: github-app
20
- api-domains:
24
+ domains:
21
25
  - api.github.com
26
+ - github.com
22
27
  auth-token-env: GITHUB_TOKEN
23
28
  auth-token-placeholder: ghp_host_managed_credential
24
29
  app-id-env: GITHUB_APP_ID
25
30
  private-key-env: GITHUB_APP_PRIVATE_KEY
26
31
  installation-id-env: GITHUB_INSTALLATION_ID
27
32
 
33
+ command-env:
34
+ GIT_AUTHOR_NAME: ${GITHUB_APP_BOT_NAME}
35
+ GIT_AUTHOR_EMAIL: ${GITHUB_APP_BOT_EMAIL}
36
+ GIT_COMMITTER_NAME: ${GITHUB_APP_BOT_NAME}
37
+ GIT_COMMITTER_EMAIL: ${GITHUB_APP_BOT_EMAIL}
38
+
28
39
  target:
29
40
  type: repo
30
41
  config-key: repo