Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requirements/imageio-2.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Dec 11, 2023
2 parents 2c9dce3 + 197c057 commit 26c4bd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
documentation:
- doc/source/**/*
- changed-files:
- any-glob-to-any-file: ['doc/**/*', 'examples/**/*']
maintenance:
- .github/**/*
- .flake8
- pyproject.toml
- .codespellrc
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.flake8', '.codespellrc', 'pyproject.toml']
dependencies:
- requirements/*
- changed-files:
- any-glob-to-any-file: ['requirements/*']
3 changes: 1 addition & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ 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: ''

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

0 comments on commit 26c4bd7

Please sign in to comment.