This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
feat: use media hook docs #540
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: PR assignment | |
on: | |
pull_request: | |
types: [opened, edited, synchronize, reopened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Auto-assign PR' | |
uses: pozil/auto-assign-issue@v1 | |
with: | |
repo-token: ${{ secrets.MY_GITHUB_TOKEN }} | |
teams: dank-style-reviewers | |
numOfAssignee: 1 |