ci: request review from fork owner instead of upstream maintainer
This commit is contained in:
parent
bb128e96af
commit
034dce7f78
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- name: Request Review
|
||||
uses: actions/github-script@v7
|
||||
if: github.actor != 'stevearc'
|
||||
if: github.actor != 'barrettruth'
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
@ -23,5 +23,5 @@ jobs:
|
|||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
pull_number: pr.number,
|
||||
reviewers: ['stevearc']
|
||||
reviewers: ['barrettruth']
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue