Auto assigning people to pmsu2007's Pull Request. 🚀 #4
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: Auto Assign | |
run-name: Auto assigning people to ${{ github.actor }}'s Pull Request. 🚀 | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- reopened | |
- ready_for_review | |
- unlocked | |
jobs: | |
Add-Reviewers: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: kentaro-m/[email protected] | |
name: Add reviewers to PR | |
with: | |
configuration-path: ".github/auto_assign.yml" | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |