Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/BUG: comment_commands.yml failing due to invalid trim() #60396

Closed
3 tasks done
KevsterAmp opened this issue Nov 22, 2024 · 1 comment · Fixed by #60397
Closed
3 tasks done

CI/BUG: comment_commands.yml failing due to invalid trim() #60396

KevsterAmp opened this issue Nov 22, 2024 · 1 comment · Fixed by #60397
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@KevsterAmp
Copy link
Contributor

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

comment anything on an issue in this sub, workflow will return as FAIL

Issue Description

We have recently merged a past MR (#60359) regarding using trim() on comment_commands.yml. Turns out there are no "Trim" or similar related command on github workflows file...

The workflow is not valid. .github/workflows/comment-commands.yml (Line: 14, Col: 9): Unrecognized function: 'trim'. Located at position 39 within expression: (!github.event.issue.pull_request) && trim(github.event.comment.body) == 'take'

Failed workflow example: https://github.com/pandas-dev/pandas/actions/runs/11973824956/workflow

Discussion regarding split or trim command on github workflow: https://stackoverflow.com/questions/64049306/github-actions-how-to-trim-a-string-in-a-condition

Expected Behavior

comment_commands workflow should work properly

Installed Versions

NA

@KevsterAmp KevsterAmp added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Nov 22, 2024
@KevsterAmp
Copy link
Contributor Author

I'd like to apologize for this, since I was the one who made and submitted the issue causing this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant