chroma
chroma copied to clipboard
[ENH] Check for PR title gets called when PR title is edited
Description of changes
The PR workflow triggers on PR title changes, not just push events. If the title is invalid, an error is posted in the comments. If the contributor updates the title, the comment is removed. If they edit the title multiple times, only one error is shown at a time.
Fixes #3520