1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

ci: fix tag-maintainers (#7448)

copy pasta error trying to just copy my fixes from another repo

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-12 21:03:05 -05:00 committed by GitHub
parent 908200d680
commit 2a8220dd92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ jobs:
CHANGED_FILES: ${{ steps.changed-files.outputs.changed_files }} CHANGED_FILES: ${{ steps.changed-files.outputs.changed_files }}
BOT_NAME: ${{ steps.app-token.outputs.app-slug || 'github-actions' }} BOT_NAME: ${{ steps.app-token.outputs.app-slug || 'github-actions' }}
run: | run: |
./ci/tag-maintainers/manage-reviewers.py \ ./lib/python/manage-reviewers.py \
--owner "$OWNER" \ --owner "$OWNER" \
--repo "$REPO" \ --repo "$REPO" \
--pr-number "$PR_NUMBER" \ --pr-number "$PR_NUMBER" \