mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-01 13:01:43 -05:00
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](https://github.com/andymckay/labeler/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: andymckay/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
348 B
YAML
14 lines
348 B
YAML
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"
|