asafm opened a new issue, #20712: URL: https://github.com/apache/pulsar/issues/20712
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When someone creates a new PR for a new PIP, they need to select a number. Today they search for previous PIPs PRs based on text like "[pip]" but people forget to register that text in their title thus leading to numbering conflicts. ### Solution There will be a GitHub workflow, which will detect if a PR contains a *new* file matching the pattern "pip*.md" and add the label "pip" to the PR. Once we add "pip" label to previous PIP PRs, we can modify the search for previous PIPs listed [here](https://github.com/apache/pulsar/blob/master/pip/README.md) to be based on "pip" label, and type: PR. ### Alternatives Using titles as described in motivation ### Anything else? No ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
