Skip to content

Commit

Permalink
Update add-pr-reviewers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 14, 2025
1 parent 8d1084c commit f7a4e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/add-pr-reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- opened

permissions:
pull-requests: write

jobs:
add-reviewers:
runs-on: ubuntu-latest
Expand All @@ -14,6 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Add reviewers
if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit f7a4e95

Please sign in to comment.