workflows: add 'workflow_call' to 'label.yml' to use action in other repos (#314)

This commit is contained in:
erciccione 2022-05-28 10:22:26 +02:00 committed by GitHub
parent ca9bdf7c29
commit 15a1fe8a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ name: Comment to label
on:
issues:
types: [labeled]
workflow_call:
jobs:
issueLabeled: