dash/.github/labeler.yml
PastaPastaPasta fe98b81b80
implemented labeler which automatically adds RPC label to anything modifying RPC files (#3499)
* implemented labeler which automatically adds RPC label to anything modifying RPC files

Signed-off-by: Pasta <pasta@dashboost.org>

* add src/wallet/rpc*

Signed-off-by: pasta <pasta@dashboost.org>
2020-06-08 06:10:52 +03:00

5 lines
106 B
YAML

# Add 'RPC' to any changes within 'src/rpc/*' or 'src/wallet/rpc*'
RPC:
- src/rpc/*
- src/wallet/rpc*