mirror of https://github.com/hashicorp/packer
commit
facf007473
@ -1,14 +0,0 @@
|
|||||||
name: Milestone Labeler
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [milestoned]
|
|
||||||
jobs:
|
|
||||||
apply_labels:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Add track-internal
|
|
||||||
uses: andymckay/labeler@1.0.4
|
|
||||||
if: github.event.issue.pull_request == null
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.Github_Token }}
|
|
||||||
add-labels: "track-internal"
|
|
||||||
Loading…
Reference in new issue