From c99856c474cf27d527ac62c422e8ec5bbcf5a5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 7 May 2025 18:40:37 +0200 Subject: [PATCH] Add label 'cleanup' to clean code prs --- .github/workflows/cleanCode.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanCode.yml b/.github/workflows/cleanCode.yml index 49b5a0b0b30..0647d0eff94 100644 --- a/.github/workflows/cleanCode.yml +++ b/.github/workflows/cleanCode.yml @@ -121,6 +121,7 @@ jobs: body-path: ${{ matrix.bundles }}/target/pr.md delete-branch: true draft: false + labels: cleanup token: ${{ secrets.token }} committer: ${{ inputs.author }} author: ${{ inputs.author }}