-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fix email pattern to be wrapped with <<
instead of single <
#52284
Conversation
Fast-track has been requested by @rluvaton. Please 👍 to approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Commit Queue failed- Loading data for nodejs/node/pull/52284 ✔ Done loading data for nodejs/node/pull/52284 ----------------------------------- PR info ------------------------------------ Title doc: fix email pattern to be wrapped with `<<` instead of single `<` (#52284) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch rluvaton:fix-email -> nodejs:main Labels doc, fast-track Commits 1 - doc: fix email pattern to be wrapped with `<<` instead of single `<` Committers 1 - Raz Luvaton <16746759+rluvaton@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/52284 ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/52284 -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 30 Mar 2024 21:33:34 GMT ✘ Approvals: 0 ℹ This PR is being fast-tracked ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/8494208088 |
@zcbenz note that fast-tracking PRs require 2 upvotes (2 thumbs up reactions on GitHub Actions bot's comment). Documented here:
|
Landed in d9aa33f |
PR-URL: #52284 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #52284 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
the email should be wrapped with
<<{email}>>
and not<{email}>
node/tools/find-inactive-collaborators.mjs
Line 82 in 0408f63