We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471c852 commit e8416dfCopy full SHA for e8416df
.github/workflows/comment-commands.yml
@@ -12,7 +12,7 @@ jobs:
12
issue_assign:
13
runs-on: ubuntu-22.04
14
steps:
15
- - if: !github.event.issue.pull_request && github.event.comment.body == 'take'
+ - if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
16
run: |
17
echo "Assigning issue ${{ github.event.issue.number }} to ${{ github.event.comment.user.login }}"
18
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/assignees
0 commit comments