reviewbot

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

commit 98a076fa7cf9e883b503fb6a93cc1bc8094a1814
parent 95b11617ff0e1a76999da39f6baa8e4fedd01ff5
Author: iostpa <iostpa@iostpa.com>
Date:   Sat, 18 Jul 2026 10:29:31 +0300

chore: prettify the files

Diffstat:
Msrc/webhooks/labeled.js | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/webhooks/labeled.js b/src/webhooks/labeled.js @@ -98,12 +98,18 @@ export async function labeled( if (!labelMessages.length) { if (denied) { body = fs.readFileSync( - path.join(import.meta.dirname, `../message/deniednolabel.md`), + path.join( + import.meta.dirname, + `../message/deniednolabel.md` + ), 'utf8' ); } else if (invalid) { body = fs.readFileSync( - path.join(import.meta.dirname, `../message/invalidnolabel.md`), + path.join( + import.meta.dirname, + `../message/invalidnolabel.md` + ), 'utf8' ); }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror