mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
ci/request-reviews: rename code-owner related files
Now that we have maintainer reviews as well, be a bit more explicit about naming.
This commit is contained in:
parent
92de48d8b2
commit
cf0616fec6
4 changed files with 4 additions and 4 deletions
2
.github/workflows/codeowners-v2.yml
vendored
2
.github/workflows/codeowners-v2.yml
vendored
|
@ -106,6 +106,6 @@ jobs:
|
|||
run: nix-build ci -A requestReviews
|
||||
|
||||
- name: Request reviews
|
||||
run: result/bin/request-reviews.sh ${{ github.repository }} ${{ github.event.number }} "$OWNERS_FILE"
|
||||
run: result/bin/request-code-owner-reviews.sh ${{ github.repository }} ${{ github.event.number }} "$OWNERS_FILE"
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue