tangled
alpha
login
or
join now
andresitorresm.com
/
label-watcher
forked from
baileytownsend.dev/label-watcher
0
fork
atom
PDS Admin tool make it easier to moderate your PDS with labels
0
fork
atom
overview
issues
pulls
pipelines
updated logging
baileytownsend.dev
1 month ago
70eb0aac
4a4ad08e
+2
-2
1 changed file
expand all
collapse all
unified
split
src
handlers
handleNewLabel.ts
+2
-2
src/handlers/handleNewLabel.ts
···
75
75
}
76
76
77
77
logger.debug(
78
78
-
{ action: labelConfig.action },
78
78
+
{ label: label.val, action: labelConfig.action },
79
79
`Listed label: ${label.val} found added to ${watchedRepo.did}`,
80
80
);
81
81
···
252
252
}
253
253
254
254
logger.warn(
255
255
-
{ action: labelConfig.action },
255
255
+
{ label: label.val, action: labelConfig.action },
256
256
"Listed label found but repo is not watched. Skipping",
257
257
);
258
258
}