Skip to content

Commit

Permalink
Add labeler workflow to add labels to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed Apr 4, 2020
1 parent e115aa5 commit d74a6f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
core:
- packages/core/**

liphe:
- packages/liphe/**

documentation:
- "**/*.md"
11 changes: 11 additions & 0 deletions .github/workflows/labeler.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 d74a6f3

Please sign in to comment.