Hey folks,

I have raised a PR that adds the notion of "triage" to our Pull Requests.

https://github.com/apache/kafka/pull/17881/files

The tldr is that new PRs from non-committers will get labeled with "triage"
and then with "needs-attention" after 7 days. The purpose is to raise
visibility of non-committer PRs.


---

>From the PR:

This patch adds a simple label based workflow for PRs. PRs opened by
non-committers will have a triage label automatically added. This allows
committers to see which PRs need to be triaged. After 7 days, a
needs-attention label will be added. This serves as a reminder to
committers and allows them to see which PRs have languished.

For now, the triage label will need to be manually removed by a committer.
In the future, we could try to automate this by removing the label after a
PR has been reviewed, assigned, or commented on.


-- 
David Arthur

Reply via email to