Skip to content

Commit

Permalink
Bump actions/labeler from 4.3.0 to 5.0.0 (#198)
Browse files Browse the repository at this point in the history
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4.3.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2024
1 parent bba7839 commit 795921d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
documentation:
- '**/*.md'
- LICENSE
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- .github/CODEOWNERS
- LICENSE
github-actions:
- .github/workflows/*.yml
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*.yml
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
timeout-minutes: 5
steps:
- name: Apply labels
uses: actions/labeler@v4.3.0
with:
repo-token: ${{github.token}}
uses: actions/labeler@v5.0.0

0 comments on commit 795921d

Please sign in to comment.