Skip to content

Commit

Permalink
Add labeler action (#161)
Browse files Browse the repository at this point in the history
Add auto-labelling github action.
  • Loading branch information
squidsoup authored Aug 27, 2019
1 parent 6b16092 commit 406b48b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Maintenance 🔨:
- package.json
- yarn.lock
12 changes: 12 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Labeler
on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 406b48b

Please sign in to comment.