inspec/.github/workflows/labeler.yml
Ian Maddaus 7f6c1c13a9 Add labeler workflow with docs label
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
2021-09-03 11:25:25 -07:00

11 lines
213 B
YAML

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