Skip to content

Commit

Permalink
actions: Add a labeler action
Browse files Browse the repository at this point in the history
Add the same labeler action that is already present in sdk-nrf.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Oct 26, 2020
1 parent 50ef192 commit cf7b1f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://github.com/actions/labeler/blob/main/README.md

"doc-required":
- "doc/**/*"
- "**/*.rst"
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_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit cf7b1f0

Please sign in to comment.