mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
7f6c1c13a9
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
11 lines
213 B
YAML
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 }}"
|