@@ -123,56 +123,19 @@ reviews:
123123 instructions : >-
124124 You should only apply this label when the source branch has a name matching the regex pattern `release/\d+\.\d+`
125125 and the target branch is `main`.
126- - label : breaking
127- instructions : >-
128- Apply this label when the PR introduces changes that break backward compatibility, modify existing APIs in
129- incompatible ways, creates a behavioral change, or require users to update their code when upgrading. If you
130- apply this label, do not apply the "non-breaking" label. Do not apply this label if the PR already has either
131- the "breaking" or "non-breaking" label.
132- - label : bug
133- instructions : >-
134- Apply this label when the PR fixes a defect, error, or unexpected behavior in the existing codebase. If you
135- apply this label do not apply the "doc", "feature request", or "improvement" labels. Do not apply this label if
136- the PR already has either the "bug", "doc", "feature request", or "improvement" labels.
137126 - label : DO NOT MERGE
138127 instructions : >-
139128 Apply this label to PRs that should not be merged due to critical issues, incomplete work, or other blocking
140129 concerns. Check the PR description for specific details about why it should not be merged. There is no need to
141130 apply this label to draft PRs.
142- - label : doc
143- instructions : >-
144- Apply this label when the PR primarily adds, updates, or improves documentation including README files. If you
145- apply this label do not apply the "bug", "feature request", or "improvement" labels. Do not apply this label if
146- the PR already has either the "bug", "doc", "feature request", or "improvement" labels.
147131 - label : duplicate
148132 instructions : >-
149133 Apply this label when the PR addresses the same issue or implements the same feature as another existing
150134 PR or issue.
151- - label : external
152- instructions : >-
153- Apply this label when the PR author is not an organization OWNER or MEMBER (i.e., author_association is
154- COLLABORATOR, CONTRIBUTOR, FIRST_TIMER, FIRST_TIME_CONTRIBUTOR, or NONE).
155- - label : feature request
156- instructions : >-
157- Apply this label when the PR implements new functionality, adds new features, or introduces new capabilities
158- to the toolkit. If you apply this label do not apply the "bug", "doc", or "improvement" labels. Do not apply
159- this label if the PR already has either the "bug", "doc", "feature request", or "improvement" labels.
160- - label : improvement
161- instructions : >-
162- Apply this label when the PR enhances existing functionality without adding completely new features, such as
163- performance optimizations, code refactoring, or usability enhancements. If you apply this label do not apply
164- the "bug", "doc", or "feature request" labels. Do not apply this label if the PR already has either the "bug",
165- "doc", "feature request", or "improvement" labels.
166135 - label : invalid
167136 instructions : >-
168137 Apply this label when the PR contains invalid changes, doesn't follow project guidelines, or has fundamental
169138 issues that make it unsuitable for the project.
170- - label : non-breaking
171- instructions : >-
172- Apply this label when the PR introduces changes that maintain backward compatibility, does not create a
173- behavioral change, and does not require users to modify their existing code. If you apply this label, do not
174- apply the "breaking" label. Do not apply this label if the PR already has either the "breaking" or
175- "non-breaking" label.
176139
177140 tools :
178141 ruff :
0 commit comments