From 15a1fe8a36fbe3c76113cf5ee31bad1286b7f6b2 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 28 May 2022 10:22:26 +0200 Subject: [PATCH] workflows: add 'workflow_call' to 'label.yml' to use action in other repos (#314) --- .github/workflows/label.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 2760c05c..80c385bc 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -3,6 +3,7 @@ name: Comment to label on: issues: types: [labeled] + workflow_call: jobs: issueLabeled: