Skip to content
Snippets Groups Projects
Commit b82a0d56 authored by max furman's avatar max furman
Browse files

[action] Add needs triage labeler for pull requests

parent 8996e12b
No related branches found
No related tags found
No related merge requests found
needs triage:
- "**"
name: labeler
on:
pull_request:
branches:
- master
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/needs-triage-labeler.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment