mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
workflows: add 'workflow_call' to 'label.yml' to use action in other repos (#314)
This commit is contained in:
parent
ca9bdf7c29
commit
15a1fe8a36
1 changed files with 1 additions and 0 deletions
1
.github/workflows/label.yml
vendored
1
.github/workflows/label.yml
vendored
|
@ -3,6 +3,7 @@ name: Comment to label
|
|||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
issueLabeled:
|
||||
|
|
Loading…
Reference in a new issue