Skip to content

Commit

Permalink
Update labeler config (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
klane authored Apr 22, 2024
1 parent e9edefe commit 93597ca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
41 changes: 24 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
dependencies:
- .github/actions/**
- .github/workflows/*
- .github/dependabot.yml
- .pre-commit-config.yaml
- poetry.lock
- changed-files:
- any-glob-to-any-file:
- poetry.lock
- website/package-lock.json

documentation:
- docs/**
- scripts/**
- website/**
- changed-files:
- any-glob-to-any-file:
- docs/**
- website/**
- scripts/build_docs.sh
- README.md

examples:
- examples/**
- changed-files:
- any-glob-to-any-file: examples/**

github actions:
- .github/actions/**
- .github/workflows/*
- .github/labeler.yml
- changed-files:
- any-glob-to-any-file: .github/**

pre-commit:
- .pre-commit-config.yaml
- changed-files:
- any-glob-to-any-file: .pre-commit-config.yaml

python:
- '*.py'
- poetry.lock
- changed-files:
- any-glob-to-any-file:
- '*.py'
- poetry.lock

source:
- torchts/**
- changed-files:
- any-glob-to-any-file: torchts/**

test:
- tests/**
- changed-files:
- any-glob-to-any-file: tests/**
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
uses: actions/labeler@v5
with:
repo-token: ${{ steps.generate-token.outputs.token }}
sync-labels: true

0 comments on commit 93597ca

Please sign in to comment.