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 e62fcb1 commit d4ae654Copy full SHA for d4ae654
.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