Skip to content

Commit

Permalink
ci: Add actions/labeler (#330)
Browse files Browse the repository at this point in the history
related to #326

[actions/labeler: An action for automatically labelling pull requests](https://github.com/actions/labeler)
  • Loading branch information
peaceiris committed Nov 26, 2020
1 parent 404451c commit 3abbcfb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CI/CD:
- .github/workflows/*

dependencies:
- .nvmrc
- package.json
- package-lock.json

documentation:
- README.md
13 changes: 13 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"
# https://github.com/actions/labeler

on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-18.04
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GH_PAT }}"

0 comments on commit 3abbcfb

Please sign in to comment.