From 669cd495740e33fa24e79e1b6ebb151a93518df9 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Fri, 14 Mar 2025 00:11:28 +0100 Subject: [PATCH] god give me hope this is right? --- .github/workflows/on-open-handler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-open-handler.yml b/.github/workflows/on-open-handler.yml index de3bb5489..2370184e3 100644 --- a/.github/workflows/on-open-handler.yml +++ b/.github/workflows/on-open-handler.yml @@ -33,7 +33,7 @@ jobs: if (maintainers.includes(username)) { core.info(`User ${username} is a maintainer. Adding "Maintainer" label to issue/PR #${issue_number}`); - await github.issues.addLabels({ + await github.rest.issues.addLabels({ owner, repo, issue_number,