From 2338098bba2c438cd94a97d707b92f08c603bc44 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 25 Aug 2026 11:26:52 +0200 Subject: [PATCH] comment --- .github/workflows/pr_detector_labels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_detector_labels.yaml b/.github/workflows/pr_detector_labels.yaml index 12f606577..df9f29d73 100644 --- a/.github/workflows/pr_detector_labels.yaml +++ b/.github/workflows/pr_detector_labels.yaml @@ -1,3 +1,4 @@ +# This workflow automatically detects detector labels for pull requests. It checks whole word matching of detector names in server folders, changed code, PR title/description, and referenced issues/PRs. If a detector is detected, the corresponding label is added to the PR. Existing labels are left untouched. Detector labels are never removed automatically. name: PR Detector Labels on: