From 195aba47d4ae8e6eb97d8fbe871f4e18d665406f Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:01:55 +0100 Subject: [PATCH] Drop async-list-label action My understanding is that this is not actually used, as it is superseded by the two / three tag approach. --- .github/workflows/async-list-label.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/async-list-label.yml diff --git a/.github/workflows/async-list-label.yml b/.github/workflows/async-list-label.yml deleted file mode 100644 index e0b4185c563b7..0000000000000 --- a/.github/workflows/async-list-label.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Collect and print async labels - -'on': - pull_request_target: - types: - - opened - - reopened - branches: - - dev - -permissions: {} - -jobs: - list_async_labels: - name: Collect and print async labels - uses: alisw/ali-bot/.github/workflows/async-list-label.yml@master - permissions: - pull-requests: write # to update labels