mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Fix escaping
This commit is contained in:
2
.github/workflows/on-open.yml
vendored
2
.github/workflows/on-open.yml
vendored
@@ -41,5 +41,5 @@ jobs:
|
||||
uses: ./actions/regex-labeler
|
||||
with:
|
||||
label: "invalid"
|
||||
mustNotMatch: "^We have written the needed data into your clipboard because it was too large to send\. Please paste\.$"
|
||||
mustNotMatch: "^We have written the needed data into your clipboard because it was too large to send\\. Please paste\\.$"
|
||||
comment: "It looks like you're using our automatic issue generator but did not paste the generated text into the created issue. We've closed this issue, please open a new one with the text the generator placed on your clipboard.\n\nHappy Coding!"
|
||||
|
||||
Reference in New Issue
Block a user