Skip to content

Commit

Permalink
Made reassign-reviewer correctly pass argument to the underlying comm…
Browse files Browse the repository at this point in the history
…and (#12767)
  • Loading branch information
melinath authored Jan 15, 2025
1 parent 4735383 commit f5c8c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reassign-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
go build .
- name: Run command
if: steps.read-comment.outputs.match != ''
run: .ci/magician/magician reassign-reviewer ${{ github.event.issue.number }} ${{ steps.read-comment.outputs.match.group1 }}
run: .ci/magician/magician reassign-reviewer ${{ github.event.issue.number }} ${{ steps.read-comment.outputs.group1 }}

0 comments on commit f5c8c97

Please sign in to comment.