🚀[Feature] Create automation to streamline PR label and title. #1
MariusStorhaug
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Remove redundancy to PRs. One thing should decide the type of change it introduces.
Option 1
Use the checklist in the PR template as the source. Based on this add a label and add a prefix to the PR title.
Option 2
Use the title as the source. Based on the icon in the title, label the PR accordingly. Removes the need of the list in the PR template (simplifying the dev journey), decision falls on the maintainer. Can have a status check that is required to pass (or build it into the Process-PSModule framework) that does not pass unless any of the labels are present.
Option 3
Use the label as the source. Based on this, add the prefix to the title. Removes the need of the list in the PR template (simplifying the dev journey), decision falls on the maintainer. Can have a status check that is required to pass (or build it into the Process-PSModule framework) that does not pass unless any of the labels are present.
Beta Was this translation helpful? Give feedback.
All reactions