mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add labeler workflow with docs label
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
This commit is contained in:
parent
f9c474419c
commit
7f6c1c13a9
2 changed files with 14 additions and 0 deletions
3
.github/labeler.yml
vendored
Normal file
3
.github/labeler.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
documentation:
|
||||
- 'docs-chef-io/**/*'
|
||||
|
11
.github/workflows/labeler.yml
vendored
Normal file
11
.github/workflows/labeler.yml
vendored
Normal 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 }}"
|
Loading…
Reference in a new issue