You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/commit-checker/check.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ class CommitWanted(Enum):
52
52
)
53
53
flag_parser.add_argument(
54
54
"--jira-query",
55
-
help="JQL query to match with tickets.",
56
-
default="project=ICU AND fixVersion=63.1"
55
+
help="JQL query load tickets; this should match tickets expected to correspond to the commits being checked. Example: 'project=ICU and fixVersion=63.1'; set fixVersion to the upcoming version.",
0 commit comments