-
Notifications
You must be signed in to change notification settings - Fork 111
chore: weekly agenda sorts PRs by type #1498
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
chore: weekly agenda sorts PRs by type #1498
Conversation
- In the weekly agenda, filter and sort items first by type. Feat, Fix, Refactor, Chore, Docs, CI, Test, and everything else. - Also adds in the last weeks merged PRs from the nuts repo.
|
Nice. I think it would also be nice if we could do something about the backports maybe just put them in their own section as they're good to document but we don't really need to talk about them since there is a corresponding pr. |
- Filters the backports into their own section. - Skips the inclusion of "Weekly Meeting Agenda"
|
bash... sigh... I think this looks like what you were manually doing for the backports. I ran it for the last 30 days and saw " refactor: remove redundant..." and a few other little things that will drive me mad. But my goal in this was mostly just to have the conversation stay focused by "external stakeholder impact" vs jumping from chore to bug to feature to whatever. I pulled out the weekly meeting agenda too. I thought it would be good to do #1483 along with this but the commits already have the typos in them, so that should be fixed upstream of this, right? |
|
@thesimplekid I did run it on my fork but the workflow file uses the current repo (my fork) and not upstream, so all you see is the merged nuts section. If needed I can commit to the workflow file to remove the GITHUB_REPOSITORY so it points here to have the action generate the expected file and then revert. Let me know what you want. |
In the weekly agenda, resort the PR items by type, this way when going through the list they can be grouped by feat, fix, refactor, chore... I used a handful from the commitizen check list. If it doesn't fit they end up at the end all still sorted by number.
Also adds in the last weeks merged PRs from the nuts repo.
just final-checkbefore committing