Skip to content

Commit c2b5fe9

Browse files
committed
CI/BUG: Remove trim() function on comment-commands.yml (pandas-dev#60397)
remove trim function on comment-commands.yml
1 parent 2613b8e commit c2b5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
issue_assign:
1313
runs-on: ubuntu-22.04
14-
if: (!github.event.issue.pull_request) && trim(github.event.comment.body) == 'take'
14+
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
1515
concurrency:
1616
group: ${{ github.actor }}-issue-assign
1717
steps:

0 commit comments

Comments
 (0)