@daiyam/artifact-gh-issuehub 0.4.1 → 0.4.3

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/.artifactrc.yml CHANGED
@@ -1,3 +1,5 @@
1
1
  update:
2
- '*':
3
- update: false
2
+ "*.md":
3
+ overwrite: true
4
+ .github/**/*.yml:
5
+ overwrite: true
@@ -1,56 +1,75 @@
1
- labels: ["S-needs-triage"]
1
+ labels:
2
+ - S-needs-triage
3
+
2
4
  body:
3
5
  - type: markdown
4
6
  attributes:
5
7
  value: |-
6
8
  > [!IMPORTANT]
7
- > Please read through [the Discussion rules](https://github.com/REPOSITORY_SLUG/discussions/2) and check for both existing [Discussions](https://github.com/REPOSITORY_SLUG/discussions?discussions_q=) and [Issues](https://github.com/REPOSITORY_SLUG/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
9
+ > Please read through [the Discussion rules](https://github.com/zokugun/vscode-vsix-manager/discussions/49) and check for both existing [Discussions](https://github.com/zokugun/vscode-vsix-manager/discussions?discussions_q=) and [Issues](https://github.com/zokugun/vscode-vsix-manager/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
10
+
8
11
  - type: markdown
9
12
  attributes:
10
13
  value: "# Issue Details"
14
+
11
15
  - type: textarea
12
16
  attributes:
13
17
  label: Issue Description
14
- description: |-
15
- Provide a detailed description of the issue. Include relevant informations.
18
+ description: Provide a detailed description of the issue. Include relevant informations.
16
19
  validations:
17
20
  required: true
21
+
18
22
  - type: textarea
19
23
  attributes:
20
24
  label: Expected Behavior
21
- description: |-
22
- Describe how you expect this project to behave in this situation. Include any relevant documentation links.
25
+ description: Describe how you expect this project to behave in this situation. Include any relevant documentation links.
23
26
  validations:
24
27
  required: true
28
+
25
29
  - type: textarea
26
30
  attributes:
27
31
  label: Actual Behavior
28
- description: |-
29
- Describe how this project actually behaves in this situation. If it is not immediately obvious how the actual behavior differs from the expected behavior described above, please be sure to mention the deviation specifically.
32
+ description: Describe how this project actually behaves in this situation. If it is not immediately obvious how the actual behavior differs from the expected behavior described above, please be sure to mention the deviation specifically.
30
33
  validations:
31
34
  required: true
35
+
32
36
  - type: textarea
33
37
  attributes:
34
38
  label: Reproduction Steps
35
- description: |-
36
- Provide a detailed set of step-by-step instructions for reproducing this issue.
39
+ description: Provide a detailed set of step-by-step instructions for reproducing this issue.
40
+ validations:
41
+ required: true
42
+
43
+ - type: input
44
+ attributes:
45
+ label: Editor Name & Version
46
+ placeholder: VSCode v1.110.0
47
+ validations:
48
+ required: true
49
+
50
+ - type: input
51
+ attributes:
52
+ label: Extension Version
53
+ placeholder: v0.11.0
37
54
  validations:
38
55
  required: true
56
+
39
57
  - type: textarea
40
58
  attributes:
41
59
  label: Environment
42
- description: Paste the output of `npx envinfo --system --binaries` here.
60
+ description: Paste the output of `npx envinfo --system` here.
43
61
  render: text
44
- placeholder: |-
45
- System, Binaries
62
+ placeholder: System
46
63
  validations:
47
64
  required: true
65
+
48
66
  - type: markdown
49
67
  attributes:
50
68
  value: |-
51
69
  # User Acknowledgements
52
70
  > [!TIP]
53
- > Use these links to review the existing [Discussions](https://github.com/REPOSITORY_SLUG/discussions?discussions_q=) and [Issues](https://github.com/REPOSITORY_SLUG/issues?q=sort%3Areactions-desc).
71
+ > Use these links to review the existing [Discussions](https://github.com/zokugun/vscode-vsix-manager/discussions?discussions_q=) and [Issues](https://github.com/zokugun/vscode-vsix-manager/issues?q=sort%3Areactions-desc).
72
+
54
73
  - type: checkboxes
55
74
  attributes:
56
75
  label: Validations
@@ -62,11 +81,11 @@ body:
62
81
  required: true
63
82
  - label: I have checked the "Preview" tab on all text fields to ensure that everything looks right, and have wrapped all configuration and code in code blocks with a group of three backticks (` ``` `) on separate lines.
64
83
  required: true
84
+
65
85
  - type: checkboxes
66
86
  attributes:
67
87
  label: Contributions
68
- description: |-
69
- Please note that Open Source projects are maintained by volunteers, where your cases might not be always relevant to the others. It would make things move faster if you could help investigate and propose solutions.
88
+ description: Please note that Open Source projects are maintained by volunteers, where your cases might not be always relevant to the others. It would make things move faster if you could help investigate and propose solutions.
70
89
  options:
71
90
  - label: I am willing to submit a PR to fix this issue
72
91
 
@@ -1,19 +1,21 @@
1
1
  name: Pre-Discussed and Approved Topics
2
- description: |-
3
- Only for topics already discussed and approved in the GitHub Discussions section.
2
+
3
+ description: Only for topics already discussed and approved in the GitHub Discussions section.
4
+
4
5
  body:
5
6
  - type: markdown
6
7
  attributes:
7
8
  value: |-
8
- This project doesn't accept Issues directly. Please prefer GitHub Discussions. See: https://github.com/REPOSITORY_SLUG/issues/1
9
+ This project doesn't accept Issues directly. Please prefer GitHub Discussions. See: https://github.com/zokugun/vscode-vsix-manager/issues/48
10
+
9
11
  - type: checkboxes
10
12
  id: checkbox
11
13
  attributes:
12
- label: 'Sanity check'
14
+ label: Sanity check
13
15
  options:
14
- - label: |-
15
- I read https://github.com/REPOSITORY_SLUG/issues/1
16
+ - label: I read https://github.com/zokugun/vscode-vsix-manager/issues/48
16
17
  required: true
18
+
17
19
  - type: textarea
18
20
  id: body
19
21
  attributes:
@@ -1,10 +1,12 @@
1
1
  version: 2
2
2
  updates:
3
3
  # Maintain dependencies for GitHub Actions
4
- - package-ecosystem: "github-actions"
5
- directory: "/"
4
+ - package-ecosystem: github-actions
5
+ directory: /
6
6
  schedule:
7
- interval: "weekly"
7
+ interval: weekly
8
+ cooldown:
9
+ default-days: 7
8
10
  labels:
9
- - "T-maintenance"
10
- - "A-ci"
11
+ - T-maintenance
12
+ - A-ci
@@ -1,7 +1,10 @@
1
1
  name: Close Invalid Issue
2
+
2
3
  on:
3
4
  issues:
4
- types: [opened]
5
+ types:
6
+ - opened
7
+
5
8
  jobs:
6
9
  close-invalid-issue:
7
10
  name: Close invalid issue
@@ -9,20 +12,20 @@ jobs:
9
12
  permissions:
10
13
  issues: write
11
14
  steps:
12
- - name: Close invalid issue
13
- run: |
14
- set -e # Exit if one of commands exit with non-zero exit code
15
- set -u # Treat unset variables and parameters other than the special parameters '@' or '*' as an error
16
- set -o pipefail # Any command failed in the pipe fails the whole pipe
15
+ - name: Close invalid issue
16
+ run: |
17
+ set -e # Exit if one of commands exit with non-zero exit code
18
+ set -u # Treat unset variables and parameters other than the special parameters '@' or '*' as an error
19
+ set -o pipefail # Any command failed in the pipe fails the whole pipe
17
20
 
18
- BODY="$( gh issue view "${ISSUE}" --json body )"
21
+ BODY="$( gh issue view "${ISSUE}" --json body )"
19
22
 
20
- if [[ "${BODY}" =~ "CLOSE THIS ISSUE" ]]; then
21
- gh issue edit "${ISSUE}" --add-label "S-not-preapproved"
22
- gh issue close "${ISSUE}" --comment "Please don't open issues directly, use GitHub Discussions instead. See: https://github.com/REPOSITORY_SLUG/issues/1"
23
- gh issue lock "${ISSUE}"
24
- fi
25
- env:
26
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- GH_REPO: ${{ github.repository }}
28
- ISSUE: ${{ github.event.issue.number }}
23
+ if [[ "${BODY}" =~ "CLOSE THIS ISSUE" ]]; then
24
+ gh issue edit "${ISSUE}" --add-label "S-not-preapproved"
25
+ gh issue close "${ISSUE}" --comment "Please don't open issues directly, use GitHub Discussions instead. See: https://github.com/zokugun/vscode-vsix-manager/issues/48"
26
+ gh issue lock "${ISSUE}"
27
+ fi
28
+ env:
29
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ GH_REPO: ${{ github.repository }}
31
+ ISSUE: ${{ github.event.issue.number }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-gh-issuehub",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/daiyam/artifact-configs/issues"
17
17
  },
18
18
  "keywords": [],
19
- "gitHead": "87e81e40835a9965ef4b3bce2ae30449a1e9e8e9"
19
+ "gitHead": "6c3e6970d79755e6a60f51a0653fc66702973eb2"
20
20
  }