Skip to content

Commit

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

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]>

* chore: configured for labeler v5

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: נυαη נυαηѕση <[email protected]>
  • Loading branch information
dependabot[bot] and retr0h committed Dec 6, 2023
1 parent 5e4ace7 commit d822236
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
22 changes: 15 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
---
test/unit:
- "**/*_test.go"
- changed-files:
- any-glob-to-any-file: "**/*_test.go"

test/integration:
- tests/*
- tests/*/**
- changed-files:
- any-glob-to-any-file: "tests/*"
- any-glob-to-any-file: "tests/*/**"

kind/go:
- "**/*.go"
- changed-files:
- any-glob-to-any-file: "**/*.go"

kind/yaml:
- "**/*.yaml"
- "**/*.yml"
- changed-files:
- any-glob-to-any-file: "**/*.yaml"
- any-glob-to-any-file: "**/*.yml"

github/action:
- ".github/**/*.yml"
- changed-files:
- any-glob-to-any-file: ".github/**/*.yml"

release:
- base-branch: 'main'
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5

0 comments on commit d822236

Please sign in to comment.