add workflow: label.yml

reusing workflow: https://github.com/haveno-dex/haveno/pull/314
This commit is contained in:
erciccione 2022-05-28 10:37:01 +02:00 committed by woodser
parent f9bbee8726
commit f4d1b6a0a2

9
.github/workflows/label.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Comment to label
on:
issues:
types: [labeled]
jobs:
issueLabeled:
uses: haveno-dex/haveno/.github/workflows/label.yml@master