reviewbot

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

commit 984944d70082a119610c3e08826878aebca84b02
parent 98a076fa7cf9e883b503fb6a93cc1bc8094a1814
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Sat, 18 Jul 2026 23:00:54 +0530

Again changing to 5 sec (#82)
Diffstat:
Msrc/webhooks/labeled.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webhooks/labeled.js b/src/webhooks/labeled.js @@ -49,7 +49,7 @@ export async function labeled( if (denied === true || invalid === true) { const listOfLabels = []; // timeout so that it creates a little time window for the maintainer to add the rest of the labels - await new Promise((resolve) => setTimeout(resolve, 3000)); + await new Promise((resolve) => setTimeout(resolve, 5000)); const data = await appOctokit.request( 'GET /repos/{owner}/{repo}/pulls/{pull_number}', {
© 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