mirror of https://github.com/hashicorp/packer
This change adds a GitHub action that will automatically apply the `track-internal` label to any issue that is added to an existing Packer milestone.pull/9394/head
parent
c984f71786
commit
9ad4c7c5fe
@ -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"
|
||||
Loading…
Reference in new issue