Merge pull request #9394 from hashicorp/td-milestone-issue-labeler

.github/workflows/issues: Add milestone labeling action
This commit is contained in:
Megan Marsh 2020-06-10 12:24:25 -07:00 committed by GitHub
commit b357027f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/issues.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Milestone Labeler
on:
issues:
types: [milestoned]
jobs:
apply_labels:
runs-on: ubuntu-latest
steps:
- name: Add track-internal
uses: andymckay/labeler@1.0.2
with:
repo-token: ${{ secrets.Github_Token }}
add-labels: "track-internal"