Skip to content

Commit

Permalink
chore(ci): Bump actions/labeler from 4 to 5 (#19358)
Browse files Browse the repository at this point in the history
* chore(ci): Bump actions/labeler from 4 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update labeler config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Doug Smith <[email protected]>
  • Loading branch information
dependabot[bot] and dsmith3197 authored Dec 14, 2023
1 parent 07cdf75 commit 5e0dc25
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,48 @@
# Generic component-level labels and high-level groupings.
"domain: sources":
- src/sources/**/*
- changed-files:
- any-glob-to-any-file: ["src/sources/**/*"]

"domain: sinks":
- src/sinks/**/*
- changed-files:
- any-glob-to-any-file: ["src/sinks/**/*"]

"domain: transforms":
- src/transforms/**/*
- changed-files:
- any-glob-to-any-file: ["src/transforms/**/*"]

"domain: topology":
- src/topology/**/*
- changed-files:
- any-glob-to-any-file: ["src/topology/**/*"]

"domain: codecs":
- src/codecs/**/*
- changed-files:
- any-glob-to-any-file: ["src/codecs/**/*"]

"domain: core":
- lib/vector-core/**/*
- changed-files:
- any-glob-to-any-file: ["lib/vector-core/**/*"]

"domain: vrl":
- lib/vrl/**/*
- changed-files:
- any-glob-to-any-file: ["lib/vrl/**/*"]

"domain: ci":
- scripts/**/*
- changed-files:
- any-glob-to-any-file: ["scripts/**/*"]

"domain: vdev":
- vdev/**/*
- changed-files:
- any-glob-to-any-file: ["vdev/**/*"]

"domain: releasing":
- distribution/**/*
- scripts/package-*
- scripts/release-*
- changed-files:
- any-glob-to-any-file: ["distribution/**/*", "scripts/package-*", "scripts/release-*"]

"domain: rfc":
- rfcs/**/*
- changed-files:
- any-glob-to-any-file: ["rfcs/**/*"]

"domain: external docs":
- website/cue/**/*
- changed-files:
- any-glob-to-any-file: ["website/cue/**/*"]
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 5e0dc25

Please sign in to comment.