Skip to content

Commit

Permalink
Merge branch 'main' into doc/add-nep29
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jan 24, 2024
2 parents 4418151 + c313d05 commit 27580fd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
documentation:
- any:
- changed-files:
- any-glob-to-any-file: "doc/**/*"
- any-glob-to-any-file: "examples/**/*"
- any-glob-to-any-file: "examples_trame/**/*"
- any-glob-to-any-file: "./*.md"
maintenance:
- any:
- changed-files:
- any-glob-to-any-file: ".github/**/*"
- any-glob-to-any-file: "codecov.yml"
- any-glob-to-any-file: ".flake8"
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "pyproject.toml"
- any-glob-to-any-file: ".pre-commit-config.yaml"
dependencies:
- any:
- changed-files:
- any-glob-to-any-file: "requirements*"
- any-glob-to-any-file: "environment.yml"
- any-glob-to-any-file: ".pre-commit-config.yaml"
docker:
- any:
- changed-files:
- any-glob-to-any-file: "docker/**/*"
- any-glob-to-any-file: ".dockerignore"
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

0 comments on commit 27580fd

Please sign in to comment.