mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
god give me hope this is right?
This commit is contained in:
2
.github/workflows/on-open-handler.yml
vendored
2
.github/workflows/on-open-handler.yml
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user