@@ -44,17 +44,17 @@ jobs:
4444 issue_number: context.issue.number,
4545 body: `## Issue Incomplete
4646
47- It looks like you used the **VS Code Issue Reporter** but didn't paste the generated content.
47+ It looks like you used the **VS Code Issue Reporter** but didn't paste the generated content.
4848
49- # ## What happened
50- VS Code copied diagnostic information to your clipboard, but it wasn't pasted into this issue.
49+ ### What happened
50+ VS Code copied diagnostic information to your clipboard, but it wasn't pasted into this issue.
5151
52- # ## What to do
53- 1. Close this issue
54- 2. Open a new issue using our [bug report template](https://github.com/prettier/prettier-vscode/issues/new?template=bug_report.yaml)
55- 3. Paste the clipboard content when prompted
52+ ### What to do
53+ 1. Close this issue
54+ 2. Open a new issue using our [bug report template](https://github.com/prettier/prettier-vscode/issues/new?template=bug_report.yaml)
55+ 3. Paste the clipboard content when prompted
5656
57- Thanks for your understanding!`
57+ Thanks for your understanding!`
5858 });
5959
6060 await github.rest.issues.update({
@@ -77,7 +77,7 @@ Thanks for your understanding!`
7777 /^no$/i,
7878 /^-+$/,
7979 /^\.+$/,
80- /^https?:\/\/github\.com\/username\//i,
80+ /^https?:\/\/github\.com\/(?: username|user[-_]name|your[-_]?username|yourusername) \//i,
8181 /^https?:\/\/github\.com\/[^/]+\/repo-name/i,
8282 /^_no response_$/i,
8383 /^\s*$/
@@ -106,26 +106,26 @@ Thanks for your understanding!`
106106 issue_number: context.issue.number,
107107 body: `## Reproduction Repository Required
108108
109- Thanks for opening this issue! To help us investigate, we need a **reproduction repository**.
109+ Thanks for opening this issue! To help us investigate, we need a **reproduction repository**.
110110
111- ### Why we need this
112- Most issues are configuration-specific. Without a repo we can clone and test, we usually cannot diagnose the problem.
111+ ### Why we need this
112+ Most issues are configuration-specific. Without a repo we can clone and test, we usually cannot diagnose the problem.
113113
114- ### How to create a reproduction
115- 1. Create a new **public GitHub repository**
116- 2. Add the minimum files needed to reproduce the issue
117- 3. Include a \` .prettierrc\` or other config files you're using
118- 4. Edit this issue and add the repository link
114+ ### How to create a reproduction
115+ 1. Create a new **public GitHub repository**
116+ 2. Add the minimum files needed to reproduce the issue
117+ 3. Include a \`.prettierrc\` or other config files you're using
118+ 4. Edit this issue and add the repository link
119119
120- > **Tip:** The simpler the reproduction, the faster we can help!
120+ > **Tip:** The simpler the reproduction, the faster we can help!
121121
122- ### What happens next
123- - **With a repo:** We'll investigate and respond
124- - **Without a repo:** This issue will be automatically closed in 7 days
122+ ### What happens next
123+ - **With a repo:** We'll investigate and respond
124+ - **Without a repo:** This issue will be automatically closed in 7 days
125125
126- ### Resources
127- - [How to create a minimal reproduction](https://github.com/prettier/prettier-vscode/blob/main/docs/troubleshooting.md)
128- - [Writing a good issue](https://github.com/prettier/prettier-vscode/blob/main/docs/writing-an-issue.md)`
126+ ### Resources
127+ - [How to create a minimal reproduction](https://github.com/prettier/prettier-vscode/blob/main/docs/troubleshooting.md)
128+ - [Writing a good issue](https://github.com/prettier/prettier-vscode/blob/main/docs/writing-an-issue.md)`
129129 });
130130 }
131131
0 commit comments