mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Automatic label asset pull requests
This commit is contained in:
parent
a29d4903a6
commit
8d2ec6edf6
3
.github/labeler.yml
vendored
Normal file
3
.github/labeler.yml
vendored
Normal 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
12
.github/workflows/label.yml
vendored
Normal 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 }}"
|
Loading…
Reference in New Issue
Block a user