Revert "implemented labeler which automatically adds RPC label to anything modifying RPC files (#3499)" (#3517)

This reverts commit fe98b81b80.
This commit is contained in:
PastaPastaPasta 2020-06-11 08:44:29 +00:00 committed by Alexander Block
parent acff9998e1
commit 1a54f0392d
2 changed files with 0 additions and 23 deletions

4
.github/labeler.yml vendored
View File

@ -1,4 +0,0 @@
# Add 'RPC' to any changes within 'src/rpc/*' or 'src/wallet/rpc*'
RPC:
- src/rpc/*
- src/wallet/rpc*

View File

@ -1,19 +0,0 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/master/README.md
name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"