Don't close the issue for a title issue
This commit is contained in:
parent
bfe4c4edfe
commit
ed63ab464d
|
@ -93,7 +93,7 @@ jobs:
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var replyComment =
|
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`'
|
'Issue title example: `[New instance] https://myinstance.com`'
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
|
||||||
|
@ -103,10 +103,4 @@ jobs:
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
body: replyComment
|
body: replyComment
|
||||||
})
|
})
|
||||||
await github.rest.issues.update({
|
}
|
||||||
issue_number: context.issue.number,
|
|
||||||
owner: context.repo.owner,
|
|
||||||
repo: context.repo.repo,
|
|
||||||
state: 'closed'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue