mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-10-01 01:35:42 -04:00
f4d1b6a0a2
reusing workflow: https://github.com/haveno-dex/haveno/pull/314
10 lines
146 B
YAML
10 lines
146 B
YAML
name: Comment to label
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
issueLabeled:
|
|
uses: haveno-dex/haveno/.github/workflows/label.yml@master
|