ENH: Split/Trim github.event.comment.user.login
on issue_assign
job in comment_commands.yml
#60358
Open
1 of 3 tasks
Labels
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
Comments containing "take" with leading spaces gets skipped by the
issue_assign
job. Got a couple of experiences with this because I usually click Enter by reflex after typing in a comment. So my comment becomestake\n
, which gets skipped by this jobFeature Description
pandas/.github/workflows/comment-commands.yml
Line 14 in 6a7685f
Add
trim()
command insidegithub.event.comment.body
Alternative Solutions
NA; Enhancement is straight forward
Additional Context
No response
The text was updated successfully, but these errors were encountered: