Skip to content

Commit f4d850e

Browse files
committed
docs(TRIAGING): Labels cla yes/no are automatically set
The labels are set by a script and should not be set manually any more.
1 parent 8ec2743 commit f4d850e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

TRIAGING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ The labels are used later on for planning releases.
1010
* these tags can be used for labeling a closed issue/PR with a reason why it was closed. (we can add reasons as we need them, right there are only a few rejection reasons. it doesn't make sense to label issues that were fixed or prs that were merged)
1111

1212

13+
## Automatic processing ##
14+
15+
We have automatic tools (e.g. Mary Poppins) that automatically add comments / labels to issues and PRs.
16+
The following is done automatically and should not be done manually:
17+
18+
* Label "cla: yes" or "cla: no" for pull requests
19+
1320
## Process ##
1421

1522
1. Open list of [non triaged issues](https://github.com/angular/angular.js/issues?direction=desc&milestone=none&page=1&sort=created&state=open)
@@ -46,8 +53,6 @@ The labels are used later on for planning releases.
4653
* large - changes to many components in angular or any changes to $compile, ngRepeat or other "fun" components
4754
1. Label "PRs welcome" for "GH: issue"
4855
* if complexity is small or medium and the problem as well as solution are well captured in the issue
49-
1. Label "cla: yes" for "GH: PR":
50-
* otherwise prompt the contributor to sign the CLA
5156
1. Label "origin: google" for issues from Google
5257
1. Label "high priority" for security issues, major performance regressions or memory leaks
5358

0 commit comments

Comments
 (0)