Skip to content

Commit

Permalink
Update auto-reply-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asafs932 authored Jul 22, 2024
1 parent 8f321a6 commit 4a04a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-reply-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "::set-output name=message::${reply_messages[$random_index]}"
- name: Reply to issue using GitHub CLI
if: (!contains(fromJSON('["YoavBZ", "asaf"]'), github.event.pull_request.user.login))
if: (!contains(fromJSON('["YoavBZ", "asafs932"]'), github.event.pull_request.user.login))
run: |
gh pr comment ${{ github.event.number }} --body "${{ steps.choose_message.outputs.message }}"
env:
Expand Down

0 comments on commit 4a04a0a

Please sign in to comment.