From 2a8220dd923f5b4a06a8c8abc11d75e17b11e599 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 12 Jul 2025 21:03:05 -0500 Subject: [PATCH] ci: fix tag-maintainers (#7448) copy pasta error trying to just copy my fixes from another repo Signed-off-by: Austin Horstman --- .github/workflows/tag-maintainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-maintainers.yml b/.github/workflows/tag-maintainers.yml index e25b700ef..ff4f62a20 100644 --- a/.github/workflows/tag-maintainers.yml +++ b/.github/workflows/tag-maintainers.yml @@ -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" \