Open bdebon opened 1 year ago
How does an action detect if the PR is related to a new question or feature?
I'm not sure if that one is possible using github actions. Not sure it's worth the effort.
I think we should simply add to the template of PRs message,
Applicable if you're submitting a new question:
feat(question): left choice or right choice
I would like that people that add question adds them following this format:
feat(question): left choice or right choice
And I would like that people adds only one question by PR. It makes the review easier and also sometimes one question is good the other no. I don't necessarily want to merge both.
Optional: When I add the label
new question
to a PR I would like another github action is done to see if the PR title follow the above format.