diff --git a/.github/workflows/add-instance-uptimerobot.yml b/.github/workflows/add-instance-uptimerobot.yml index 38aef62..9ce59f7 100644 --- a/.github/workflows/add-instance-uptimerobot.yml +++ b/.github/workflows/add-instance-uptimerobot.yml @@ -93,7 +93,7 @@ jobs: } else { var replyComment = - ['Domain not detected in the title, please edit the title by correcting it like this and reopen the issue:', + ['Domain not detected in the title, please edit the title by correcting it like this:', 'Issue title example: `[New instance] https://myinstance.com`' ].join('\n'); @@ -103,10 +103,4 @@ jobs: repo: context.repo.repo, body: replyComment }) - await github.rest.issues.update({ - issue_number: context.issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - state: 'closed' - }) - } \ No newline at end of file + }