mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
ci: only assign reviewer to bot PRs
This commit is contained in:
parent
93daf811d7
commit
c40097c91e
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…
x
Reference in New Issue
Block a user