Add labeler workflow with docs label

Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
This commit is contained in:
Ian Maddaus 2021-09-03 11:25:25 -07:00
parent f9c474419c
commit 7f6c1c13a9
2 changed files with 14 additions and 0 deletions

3
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,3 @@
documentation:
- 'docs-chef-io/**/*'

11
.github/workflows/labeler.yml vendored Normal file
View file

@ -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 }}"