Skip to content

Commit 433f668

Browse files
committed
Add tests and update Issues action
1 parent e1a5af1 commit 433f668

File tree

8 files changed

+1041
-64
lines changed

8 files changed

+1041
-64
lines changed

.github/workflows/manage-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
const issue = context.payload.issue;
1616
const body = issue.body;
1717
const STEPS_TO_REPRO_REGEXP = /### Steps to reproduce[\r\n]+([^#]+)###/m;
18-
const SCREENSHOT_REGEXP = /### Screenshots[\r\n]+(?:.*?\((.*?github\.com\/.+\/)[^)]*\))+/m;
18+
const SCREENSHOT_REGEXP = /### Screenshots[\r\n]+(.+.github\.com\/.+[\r\n]+)+### Additional context/m; //No need for any strcitness here. Just loose sanity check
1919
const LABEL_NEEDS_MORE_INFORMATION = "needs more info";
2020
const LABEL_UNCONFIRMED = "unconfirmed";
2121

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"editor.defaultFormatter": "esbenp.prettier-vscode",
1212
"cSpell.words": [
1313
"devdbrc",
14-
"notnull"
14+
"notnull",
15+
"testcontainers"
1516
]
1617
}

0 commit comments

Comments
 (0)