-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
meta: fix dependabot commit message #47810
Conversation
@@ -6,4 +6,6 @@ updates: | |||
directory: / | |||
schedule: | |||
interval: monthly | |||
commit-message: | |||
prefix: meta |
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.
In the past, we've used build:
for the GitHub Actions stuff, but I'm fine with meta:
or build:
. Mentioning it in case anyone has a strong opinion about which one we should standardize on.
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.
I think meta:
or tools:
are better than build:
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.
I think tools:
would be better to use here over the others for the sake of consistency as we've been using tools:
way more than others lately.
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.
FWIW, I believe the primary reason for using tools:
has been that the main logic of recent commits is in tools/dep_updaters/
. IMO neither tools:
nor build:
seems really fitting for GitHub actions that are not directly related to our build process, nor tools that we use outside of GitHub actions.
Fast-track has been requested by @VoltrexKeyva. Please 👍 to approve. |
Commit Queue failed- Loading data for nodejs/node/pull/47810 ✔ Done loading data for nodejs/node/pull/47810 ----------------------------------- PR info ------------------------------------ Title meta: fix dependabot commit message (#47810) Author Mestery (@Mesteery) Branch Mesteery:fix-dependabot-commit -> nodejs:main Labels meta, fast-track, author ready Commits 1 - meta: fix dependabot commit message Committers 1 - GitHub PR-URL: https://github.com/nodejs/node/pull/47810 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Michaël Zasso Reviewed-By: Mohammed Keyvanzadeh ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47810 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Michaël Zasso Reviewed-By: Mohammed Keyvanzadeh -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 01 May 2023 20:32:17 GMT ✔ Approvals: 7 ✔ - Benjamin Gruenbaum (@benjamingr): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408187594 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408216406 ✔ - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408348018 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408421281 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408455779 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408494201 ✔ - Mohammed Keyvanzadeh (@VoltrexKeyva): https://github.com/nodejs/node/pull/47810#pullrequestreview-1408795056 ℹ This PR is being fast-tracked ✘ This PR needs to wait 34 more hours to land (or 0 hours if there is 1 more approval (👍) of the fast-track request from collaborators). ✔ 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/4860061706 |
Landed in ab434d2 |
PR-URL: #47810 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #47810 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #47810 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: nodejs#47810 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This will fix the commits messages of dependabot so it complies with commit message rules :
build(deps): bump actions/checkout from 3.3.0 to 3.5.2
->meta: bump actions/checkout from 3.3.0 to 3.5.2
.