Skip to content

Commit

Permalink
deps: update actions/labeler action to v5 (#2644)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
renovate[bot] and mowies committed Dec 7, 2023
1 parent 32be4db commit 5c4643b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
documentation:
- docs/**/*
- "**/*.md"
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- "**/*.md"

lifecycle-operator:
- lifecycle-operator/**/*
- changed-files:
- any-glob-to-any-file:
- lifecycle-operator/**/*

scheduler:
- scheduler/**/*
- changed-files:
- any-glob-to-any-file:
- scheduler/**/*

metrics-operator:
- metrics-operator/**/*
- changed-files:
- any-glob-to-any-file:
- metrics-operator/**/*

cert-manager:
- keptn-cert-manager/**/*
- changed-files:
- any-glob-to-any-file:
- keptn-cert-manager/**/*

ops:
- .github/**/*
- netlify.toml
- .markdownlint-cli2.yml
- changed-files:
- any-glob-to-any-file:
- .github/**/*
- netlify.toml
- .markdownlint-cli2.yml

helm:
- helm/**/*
- changed-files:
- any-glob-to-any-file:
- helm/**/*
2 changes: 1 addition & 1 deletion .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Update Labels
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit 5c4643b

Please sign in to comment.