Skip to content

Commit 694f362

Browse files
chore: address commit comments for commit 1e0529a
PR-URL: #6923 Closes: #6912 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent c6a36fe commit 694f362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/generate_pr_commit_message

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ main() {
259259
#
260260
# - https://github.com/stdlib-js/stdlib/issues/123
261261
# - stdlib-js/stdlib#123
262-
# - #123 (**not** preceded by a word‑char, “/”, or “>”)
262+
# - #123 (**not** preceded by a word‑char, "/", or ">")
263263
grep -oE 'https://github\.com/stdlib-js/stdlib/issues/[0-9]+|stdlib-js/stdlib#[0-9]+|(^|[^[:alnum:]_/>])#[0-9]+' |
264-
# Strip the prefix so were left with the bare issue number:
264+
# Strip the prefix so we're left with the bare issue number:
265265
sed -E '
266266
s@https://github\.com/stdlib-js/stdlib/issues/([0-9]+)@\1@;
267267
s@stdlib-js/stdlib#([0-9]+)@\1@;

0 commit comments

Comments
 (0)