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

View File

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