@daiyam/artifact-gh-issuehub 0.4.3 → 0.4.5
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.
|
@@ -6,7 +6,7 @@ body:
|
|
|
6
6
|
attributes:
|
|
7
7
|
value: |-
|
|
8
8
|
> [!IMPORTANT]
|
|
9
|
-
> Please read through [the Discussion rules](https://github.com/
|
|
9
|
+
> 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.
|
|
10
10
|
|
|
11
11
|
- type: markdown
|
|
12
12
|
attributes:
|
|
@@ -40,26 +40,12 @@ body:
|
|
|
40
40
|
validations:
|
|
41
41
|
required: true
|
|
42
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
|
|
54
|
-
validations:
|
|
55
|
-
required: true
|
|
56
|
-
|
|
57
43
|
- type: textarea
|
|
58
44
|
attributes:
|
|
59
45
|
label: Environment
|
|
60
|
-
description: Paste the output of `npx envinfo --system` here.
|
|
46
|
+
description: Paste the output of `npx envinfo --system --binaries --npmPackages` here.
|
|
61
47
|
render: text
|
|
62
|
-
placeholder: System
|
|
48
|
+
placeholder: System, Binaries, npmPackages
|
|
63
49
|
validations:
|
|
64
50
|
required: true
|
|
65
51
|
|
|
@@ -68,7 +54,7 @@ body:
|
|
|
68
54
|
value: |-
|
|
69
55
|
# User Acknowledgements
|
|
70
56
|
> [!TIP]
|
|
71
|
-
> Use these links to review the existing [Discussions](https://github.com/
|
|
57
|
+
> 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).
|
|
72
58
|
|
|
73
59
|
- type: checkboxes
|
|
74
60
|
attributes:
|
|
@@ -6,14 +6,14 @@ body:
|
|
|
6
6
|
- type: markdown
|
|
7
7
|
attributes:
|
|
8
8
|
value: |-
|
|
9
|
-
This project doesn't accept Issues directly. Please prefer GitHub Discussions. See: https://github.com/
|
|
9
|
+
This project doesn't accept Issues directly. Please prefer GitHub Discussions. See: https://github.com/REPOSITORY_SLUG/issues/1
|
|
10
10
|
|
|
11
11
|
- type: checkboxes
|
|
12
12
|
id: checkbox
|
|
13
13
|
attributes:
|
|
14
14
|
label: Sanity check
|
|
15
15
|
options:
|
|
16
|
-
- label: I read https://github.com/
|
|
16
|
+
- label: I read https://github.com/REPOSITORY_SLUG/issues/1
|
|
17
17
|
required: true
|
|
18
18
|
|
|
19
19
|
- type: textarea
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
|
|
23
23
|
if [[ "${BODY}" =~ "CLOSE THIS ISSUE" ]]; then
|
|
24
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/
|
|
25
|
+
gh issue close "${ISSUE}" --comment "Please don't open issues directly, use GitHub Discussions instead. See: https://github.com/REPOSITORY_SLUG/issues/1"
|
|
26
26
|
gh issue lock "${ISSUE}"
|
|
27
27
|
fi
|
|
28
28
|
env:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-gh-issuehub",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
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": "
|
|
19
|
+
"gitHead": "5e7b7908f4358fd128d49236f5918003cfb10b6e"
|
|
20
20
|
}
|