Skip to content

Commit

Permalink
chore: add GH action to auto-label the system squad (#4892)
Browse files Browse the repository at this point in the history
* chore: add GH action to auto-label the system squad

* chore: try new global glob in labeler

* chore: try another global glob for labeler action
  • Loading branch information
mattrosno authored Dec 17, 2019
1 parent 5382c84 commit de63504
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
'squad: system':
- ./**/*
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Label pull request'

on:
- pull_request

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

0 comments on commit de63504

Please sign in to comment.