Skip to content

Commit

Permalink
Add github action labeler for docs (#5680)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
  • Loading branch information
IanMadd authored Sep 9, 2021
1 parent c5102c7 commit 4c7c371
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
documentation:
- 'components/docs-chef-io/**/*'
- 'components/**/*.proto'

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/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4c7c371

Please sign in to comment.