Skip to content

Commit

Permalink
MAINT: Bump the actions group with 1 update (#875)
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: Roberto Pastor Muela <[email protected]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Dec 4, 2023
1 parent 052a246 commit 1cff757
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
documentation:
- doc/source/**/*
- changed-files:
- any-glob-to-any-file: 'docs/source/**/*'
maintenance:
- .github/**/*
- .flake8
- pyproject.toml
- changed-files:
- any-glob-to-any-file: '.github/**/*'
- any-glob-to-any-file: '.flake8'
- any-glob-to-any-file: 'pyproject.toml'
testing:
- tests/*
- changed-files:
- any-glob-to-any-file: 'tests/*'
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,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 1cff757

Please sign in to comment.