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:
|
steps:
|
||||||
- name: Request Review
|
- name: Request Review
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
if: github.actor != 'stevearc'
|
if: github.actor != 'barrettruth'
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -23,5 +23,5 @@ jobs:
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
pull_number: pr.number,
|
pull_number: pr.number,
|
||||||
reviewers: ['stevearc']
|
reviewers: ['barrettruth']
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue