Skip to content

Commit

Permalink
add workflow actor as reviewer rather than assignee (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Jan 22, 2024
1 parent f942fae commit 306be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# prettier-ignore
body:
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
assignees: ${{ github.actor }}
reviewers: ${{ github.actor }}

- name: Show diff
# prettier-ignore
Expand Down

0 comments on commit 306be3b

Please sign in to comment.