mirror of https://github.com/status-im/consul.git
14 lines
296 B
YAML
14 lines
296 B
YAML
|
name: "Pull Request Labeler"
|
||
|
on:
|
||
|
- pull_request_target
|
||
|
|
||
|
jobs:
|
||
|
triage:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/labeler@main
|
||
|
with:
|
||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||
|
configuration-path: .github/pr-labeler.yml
|
||
|
sync-labels: false
|