From e856b3630630c57c287f6e0cd50925491d93d8a2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 9 Jul 2025 07:39:32 +0200 Subject: [PATCH] add workflow_dispatch --- .github/workflows/autolabeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index 27e004734..831cc1867 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -1,6 +1,7 @@ name: Auto Label Pull Requests on: + workflow_dispatch: pull_request_target: branches: ["main"] types: [opened, synchronize, reopened, edited]