Description
Increasingly, we get Pull Requests for issues that are not labelled help-wanted. I want an automated comment e.g. from cliAutomation that looks for issues that will be closed by the PR and if they don't have the label, informs the user of our contribution guide and what is likely to happen to their PR.
Expected Output
A workflow that runs when a PR is opened in non-draft mode, if the author is not on the team or a bot.
Notes
I do not expect this to happen when ready_for_review or when the PR description is edited to add a closing issue reference. While these might be valuable, it's extra work to maintain state on whether we previously commented or not, and I suspect opened is 90% of the value. We can adjust later if it is not.