Automatic label asset pull requests

This commit is contained in:
Christoph Atteneder 2020-01-23 19:17:30 +01:00
parent a29d4903a6
commit 8d2ec6edf6
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 15 additions and 0 deletions

3
.github/labeler.yml vendored Normal file
View File

@ -0,0 +1,3 @@
# Add 'in:altcoins' and 'is:no-priority' to any file changes within 'assets' folder
in:altcoins: assets/*
is:no-priority: assets/*

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

@ -0,0 +1,12 @@
name: Pull Request Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"