From 206cab1e1cc8307c4eb66bad7cb6411d2d2195e1 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 15 Aug 2026 03:06:29 +0300 Subject: [PATCH] Update workflows.md --- .github/docs/workflows.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/docs/workflows.md b/.github/docs/workflows.md index 4ca3d326d7..d70b724dea 100644 --- a/.github/docs/workflows.md +++ b/.github/docs/workflows.md @@ -15,3 +15,11 @@ Sequentially runs the `api:load`, `playlist:format`, `playlist:lint`, and `playl ## update Runs every day at 0:00 UTC. It sequentially executes the `api:load`, `playlist:update`, `playlist:lint`, `playlist:validate`, `playlist:generate`, `playlist:export`, and `readme:update` scripts, then automatically deploys the updated files if successful. + +## validate_issue + +Runs when an issue is opened or edited. It checks the requests for errors using `issue:validate` script and, if any are found, the bot posts them in the comments. + +## validate_label + +Triggers when a new label is added to an issue. It checks the label, and if it's incorrect, the bot deletes it and leaves a comment explaining why.