Skip to content

Commit

Permalink
Bump actions/labeler from 5.0.0.pre.alpha.1 to 5 (#296)
Browse files Browse the repository at this point in the history
* Bump actions/labeler from 5.0.0.pre.alpha.1 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0.pre.alpha.1 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v5.0.0-alpha.1...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update config

* sync labels

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
dependabot[bot] and lucacome committed May 31, 2024
1 parent 96aeced commit 396a5da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ chore:

tests:
- head-branch: ['^tests/', '^test/']
- changed-files: ['__tests__/**/*']
- changed-files:
- any-glob-to-any-file: ['__tests__/**/*']

documentation:
- head-branch: ['^docs/', '^doc/']
- changed-files: '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

dependencies:
- head-branch: ['^deps/', '^dep/', '^dependabot/']
- changed-files: ['package.json', 'package-lock.json']
- changed-files:
- any-glob-to-any-file: ['package.json', 'package-lock.json']
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5.0.0-alpha.1
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 396a5da

Please sign in to comment.