We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91509d2 commit f105eefCopy full SHA for f105eef
.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) && github.event.comment.body == 'take'
+ if: (!github.event.issue.pull_request) && trim(github.event.comment.body) == 'take'
15
concurrency:
16
group: ${{ github.actor }}-issue-assign
17
steps:
0 commit comments