Revert "Pcrumley/update actions" #550
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: Add Additional Reviewers | |
on: | |
pull_request: | |
types: [opened, synchronize, ready_for_review, reopened] | |
jobs: | |
auto-request-review: | |
name: Add Additional Reviewers | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'dependabot[bot]' }} | |
steps: | |
- name: Request additional reviews based on supplied rules | |
uses: necojackarc/[email protected] | |
with: | |
token: ${{ secrets.GH_TOKEN }} | |
config: .github/additional_reviewers_config.yaml |