build(deps): bump docker/metadata-action from d31acd50653ded455ab8972a1eb9a656b0aef94a to 0de3687b53cd804b63dd87819f7bda043569ce4a in the all-actions group #928
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Review Assign | |
on: | |
pull_request: | |
types: [opened, ready_for_review] | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} # assign pull request author | |
reviewers: yacosta738 # if draft, assigned when draft is released |