Skip to content

Commit

Permalink
infra: added auto labeler for prs
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 8, 2020
1 parent eaa7bf5 commit f4cbac0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
themes: themes/index.js
11 changes: 11 additions & 0 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request 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 f4cbac0

Please sign in to comment.