god give me hope this is right?

This commit is contained in:
Wolfsblvt
2025-03-14 00:11:28 +01:00
parent 9917be0233
commit 669cd49574

View File

@@ -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,