| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, but unsure on how we can test it before landing.
Sorry, something went wrong.
that is what https://github.com/nodejs/node-auto-test is for |
Sorry, something went wrong.
|
I think new actions will not run on a PR as otherwise that would be an attack vector where anybody who submitted a PR could get us to run things. I think past best practice has been do do whatever testing you can in a personal repo and then land the PR and tweak through follow on PRs as necessary. |
Sorry, something went wrong.
|
I'm testing it on my fork and will report back |
Sorry, something went wrong.
|
Tested here: danielleadams#3 ✅ |
Sorry, something went wrong.
There was a problem hiding this comment.
I am not sure what the intended action item is based on the message. Is it to post a new comment or to edit the one made by the bot?
Sorry, something went wrong.
There was a problem hiding this comment.
using gh pr comment like this is such a good idea. First time I've seen it, this is awesome.
Sorry, something went wrong.
@panva you can do either. See nodejs/Release#821 - the change is to have better descriptions of notable changes so that the release notes are more consistent across release lines (and developers get better overall release notes), so how it's communicated is up to the PR author. |
Sorry, something went wrong.
Let's come up with a better copy then, one that works for both collaborators who can edit the bot's comment and contributors who don't. I'll try to jot something down later today. |
Sorry, something went wrong.
There was a problem hiding this comment.
| The notable-changes label has been added by @${{ github.actor }}. | |
| Please include your text below if you'd like to include a more detailed summary in the changelog. | |
| ``` | |
| [Insert here] | |
| ``` | |
| The ${{ github.event.label.url }} label has been added by @${{ github.actor }}. | |
| Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. |
Something along these lines. Feel free to play around with it.
Sorry, something went wrong.
There was a problem hiding this comment.
The link will make the label appear like so notable-change PRs with changes that should be highlighted in changelogs.
Sorry, something went wrong.
There was a problem hiding this comment.
@panva when I opened the PR, the event provided a different url (danielleadams#4 (comment)), so going to replace with the hard coded link.
Sorry, something went wrong.
There was a problem hiding this comment.
Sure.
Sorry, something went wrong.
|
I don't think this was reflected... |
Sorry, something went wrong.
|
(testing, altho actions has degraded performance at this time so might take a while for the comment to appear, i'll keep tabs on this and follow up) |
Sorry, something went wrong.
|
The https://api.github.com/repos/nodejs/node/labels/notable-change label has been added by @panva. Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #47078 Fixes: nodejs/Release#821 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47078 Fixes: nodejs/Release#821 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47078 Fixes: nodejs/Release#821 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Adds a GH hook to leave a comment to ask for "Notable Change" descriptions.
Fixes: nodejs/Release#821