mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-29 00:26:56 +00:00
...
This commit is contained in:
parent
9606c0e0bb
commit
3636173d75
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
script: |
|
script: |
|
||||||
function removeLabel(owner, repo, issue_number, name) {
|
async function removeLabel(owner, repo, issue_number, name) {
|
||||||
try {
|
try {
|
||||||
await github.rest.issues.removeLabel({
|
await github.rest.issues.removeLabel({
|
||||||
owner: owner,
|
owner: owner,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user