Skip to content

Commit 8c74545

Browse files
authored
Add a CP category examples and test/ci. (#14386)
Guideline says we can CP `Bug fixes in demos/examples. No new features/experiments` and `Test/CI fixes`
1 parent 07d1092 commit 8c74545

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/scripts/cherry_pick.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ def parse_args() -> Any:
3939
)
4040
parser.add_argument(
4141
"--classification",
42-
choices=["regression", "critical", "fixnewfeature", "docs", "release"],
42+
choices=[
43+
"regression",
44+
"critical",
45+
"fixnewfeature",
46+
"docs",
47+
"release",
48+
"examples",
49+
"testci",
50+
],
4351
required=True,
4452
help="the cherry pick category",
4553
)

0 commit comments

Comments
 (0)