Skip to content

Commit

Permalink
maint: Bump actions/labeler from 4 to 5 (#326)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Revathyvenugopal162 <[email protected]>
  • Loading branch information
dependabot[bot] and Revathyvenugopal162 authored Dec 5, 2023
1 parent 78770c1 commit 32ba718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
documentation:
- doc/source/**/*
- changed-files:
- any-glob-to-any-file: ['doc/source/**/*']
maintenance:
- .github/**/*
- .flake8
- pyproject.toml
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.flake8', 'pyproject.toml']
dependencies:
- requirements/*
- changed-files:
- any-glob-to-any-file: ['pyproject.toml']
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

# Label based on modified files
- name: Label based on changed files
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''
sync-labels: true

# Label based on branch name
- uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit 32ba718

Please sign in to comment.