workflows: add label.yml

labeller reuses workflow from: https://github.com/haveno-dex/haveno/pull/314
This commit is contained in:
erciccione 2022-05-28 10:34:20 +02:00
parent 500be9a7fd
commit 4d8cc470a1
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

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