Skip to content

Commit

Permalink
Add pull request labeler (#301)
Browse files Browse the repository at this point in the history
This adds a pull request labeler using
[Github Actions](https://github.com/actions/labeler).
  • Loading branch information
abhishalya authored and sglyon committed Dec 2, 2019
1 parent c78e5b4 commit bc4ffc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
documentation:
- "docs/**/*"
CI:
- "**/*.yml"
testing:
- test/*
11 changes: 11 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Labeler"
on:
- pull_request

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit bc4ffc1

Please sign in to comment.