mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-24 06:11:02 -05:00
ci: only assign reviewer to bot PRs (#3091)
This commit is contained in:
parent
c0a39eab89
commit
43e6b85026
4
.github/workflows/assign_reviewer.yml
vendored
4
.github/workflows/assign_reviewer.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user