Skip to content

Commit

Permalink
Better needs label error message (pytorch#101747)
Browse files Browse the repository at this point in the history
As suggested in pytorch#101694

Pull Request resolved: pytorch#101747
Approved by: https://github.com/malfet, https://github.com/zou3519
  • Loading branch information
kit1980 authored and pytorchmergebot committed May 18, 2023
1 parent 8b751b4 commit a33ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/label_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

BOT_AUTHORS = ["github-actions", "pytorchmergebot", "pytorch-bot"]

LABEL_ERR_MSG_TITLE = "This PR needs a label"
LABEL_ERR_MSG_TITLE = "This PR needs a `release notes:` label"
LABEL_ERR_MSG = f"""# {LABEL_ERR_MSG_TITLE}
If your changes are user facing and intended to be a part of release notes, please use a label starting with `release notes:`.
Expand Down

0 comments on commit a33ac44

Please sign in to comment.