2020-06-10 15:10:48 -04:00
|
|
|
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
|
2020-08-17 07:35:19 -04:00
|
|
|
if: github.event.issue.pull_request == null
|
2020-06-10 15:10:48 -04:00
|
|
|
with:
|
|
|
|
repo-token: ${{ secrets.Github_Token }}
|
|
|
|
add-labels: "track-internal"
|