Skip to content

Commit

Permalink
Update add-to-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Sep 27, 2023
1 parent bece8e0 commit 542096f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
add-reviewer-to-pr:
name: Add Pull Request Reviewer
name: Assign Reviewer to PR
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'pull_request'
uses: hkusu/review-assign-action@v1
with:
reviewers: ${{ inputs.reviewers != '' && inputs.reviewers || '@zaphiro-technologies/backend-devs' }}
github-token: ${{ secrets.GITHUB_TOKEN }}
ready-comment: 'Ready for review :ok: <reviewers>'
merged-comment: 'It was merged. Thanks for your review :wink: <reviewers>'

0 comments on commit 542096f

Please sign in to comment.