reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit a591ffd9cf64278d56f654e136172cc2c02066e5
parent 7bf49a5a0f339ea8d24ba8331b65698adc7c3575
Author: iostpa <iostpa@iostpa.com>
Date:   Sun, 10 May 2026 13:59:58 +0300

Add new label into the code

Diffstat:
Mindex.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js @@ -20,7 +20,7 @@ const mergedPRs = fs.readFileSync('./message/merged.md', 'utf8'); const draftPRs = fs.readFileSync('./message/draft.md', 'utf8'); const lowPriorityMessage = fs.readFileSync('./message/label/lowpriority.md', 'utf8'); const ignoreLabels = ["maintainer"]; -const reasonLabels = ["reason: abuse risk", "reason: commercial usage", "reason: impersonation", "reason: inaccessible website", "reason: incomplete pr", "reason: incomplete website", "reason: invalid file", "reason: invalid records", "reason: invalid social", "reason: merge conflict", "reason: not dev related", "reason: nsfw", "reason: other", "reason: unauthorized"]; +const reasonLabels = ["reason: abuse risk", "reason: commercial usage", "reason: impersonation", "reason: inaccessible website", "reason: incomplete pr", "reason: incomplete website", "reason: invalid file", "reason: invalid records", "reason: invalid social", "reason: merge conflict", "reason: not dev related", "reason: nsfw", "reason: other", "reason: unauthorized", "reason: incompatible records"]; Sentry.init({ dsn: sentryDsn,
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror