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: .github/scripts/label_utils.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,7 @@
22
22
23
23
LABEL_ERR_MSG_TITLE="This PR needs a `release notes:` label"
24
24
LABEL_ERR_MSG=f"""# {LABEL_ERR_MSG_TITLE}
25
-
If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with `release notes:`.
26
-
27
-
If not, please add the `release notes: none` label.
25
+
If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with `release notes:`. This helps us keep track and include your important work in the next release notes.
28
26
29
27
To add a label, you can comment to pytorchbot, for example
0 commit comments