Skip to content

chore(repo): Update cycjimmy/semantic-release-action action from vv5.0.2 to v6 #739

chore(repo): Update cycjimmy/semantic-release-action action from vv5.0.2 to v6

chore(repo): Update cycjimmy/semantic-release-action action from vv5.0.2 to v6 #739

name: Assign PR Reviewer
on:
pull_request_review:
types: [submitted]
paths:
- 'src/helpers/assign-pr-reviewers.ts'
jobs:
test:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: ./
with:
helper: assign-pr-reviewers
login: ${{ github.event.review.user.login }}
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} # must have read:org permission