mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
trying to fix Invalid Unicode escape sequence
This commit is contained in:
parent
0f4f2c93a8
commit
10d33c3990
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
if (issueTitleParseUrl.length !== 0) {
|
if (issueTitleParseUrl.length !== 0) {
|
||||||
if (issueInfo.title.includes(".onion")) {
|
if (issueInfo.title.includes(".onion")) {
|
||||||
var replyComment =
|
var replyComment =
|
||||||
['Hello! I\'ve detected that you are requesting to add an onion URL.',
|
['Hello! I have detected that you are requesting to add an onion URL.',
|
||||||
'Please create a pull request instead for adding your onion url as an alternative to your clearnet URL: https://github.com/iv-org/documentation/edit/master/docs/instances.md'
|
'Please create a pull request instead for adding your onion url as an alternative to your clearnet URL: https://github.com/iv-org/documentation/edit/master/docs/instances.md'
|
||||||
].join('\n');
|
].join('\n');
|
||||||
await github.rest.issues.createComment({
|
await github.rest.issues.createComment({
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!',
|
'Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!',
|
||||||
'',
|
'',
|
||||||
'Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org',
|
'Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org',
|
||||||
'then pinging @\unixfox, @\TheFrenchGhosty and @\SamantazFox for asking to be invited to the Matrix room.',
|
'then pinging @ unixfox, @ TheFrenchGhosty and @ SamantazFox for asking to be invited to the Matrix room.',
|
||||||
'We discuss troubles managing a public instance, sharing some advices and more.'
|
'We discuss troubles managing a public instance, sharing some advices and more.'
|
||||||
].join('\n');
|
].join('\n');
|
||||||
await github.rest.issues.createComment({
|
await github.rest.issues.createComment({
|
||||||
|
|
Loading…
Reference in a new issue