We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trim()
comment-commands.yml
1 parent 2613b8e commit c2b5fe9Copy full SHA for c2b5fe9
.github/workflows/comment-commands.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
issue_assign:
13
runs-on: ubuntu-22.04
14
- if: (!github.event.issue.pull_request) && trim(github.event.comment.body) == 'take'
+ if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
15
concurrency:
16
group: ${{ github.actor }}-issue-assign
17
steps:
0 commit comments