Skip to content

Commit

Permalink
ci: only assign reviewer to bot PRs (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev authored May 14, 2024
1 parent c0a39ea commit 43e6b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign_reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ permissions:
pull-requests: write

jobs:
specific_review_requested:
assign_reviewer:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'dependencies'}}
if: github.event.label.name == 'dependencies' && github.event.pull_request.user.login == 'app/renovate'
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Pick assignee
Expand Down

0 comments on commit 43e6b85

Please sign in to comment.