We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1e0529a
1 parent c6a36fe commit 694f362Copy full SHA for 694f362
.github/workflows/scripts/generate_pr_commit_message
@@ -259,9 +259,9 @@ main() {
259
#
260
# - https://github.com/stdlib-js/stdlib/issues/123
261
# - stdlib-js/stdlib#123
262
- # - #123 (**not** preceded by a word‑char, “/”, or “>”)
+ # - #123 (**not** preceded by a word‑char, "/", or ">")
263
grep -oE 'https://github\.com/stdlib-js/stdlib/issues/[0-9]+|stdlib-js/stdlib#[0-9]+|(^|[^[:alnum:]_/>])#[0-9]+' |
264
- # Strip the prefix so we’re left with the bare issue number:
+ # Strip the prefix so we're left with the bare issue number:
265
sed -E '
266
s@https://github\.com/stdlib-js/stdlib/issues/([0-9]+)@\1@;
267
s@stdlib-js/stdlib#([0-9]+)@\1@;
0 commit comments