mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 11:07:59 +01:00
13 lines
237 B
YAML
13 lines
237 B
YAML
|
name: Pull Request Labeler
|
||
|
on: [pull_request]
|
||
|
|
||
|
jobs:
|
||
|
label:
|
||
|
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/labeler@v2
|
||
|
with:
|
||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|