Skip to content

Commit

Permalink
Update labeler yaml file for version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Jan 3, 2024
1 parent f8f4ee1 commit 752f10c
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
rust:
- '**.rs'
- '**/Cargo.lock'
- '**/Cargo.toml'
- changed-files:
- any-glob-to-any-file:
- '**.rs'
- '**/Cargo.lock'
- '**/Cargo.toml'

dependencies:
- '**/Cargo.lock'
- changed-files:
- any-glob-to-any-file:
- '**/Cargo.lock'

github_actions:
- '.github/workflows/**'
- '.github/labeler.yml'
- '.github/triage-labeler.yml'
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/**'
- '.github/labeler.yml'
- '.github/triage-labeler.yml'

python:
- '**/*.py'
- '**/poetry.lock'
- '**/pyproject.toml'
- '**/requirements.txt'
- changed-files:
- any-glob-to-any-file:
- '**/*.py'
- '**/poetry.lock'
- '**/pyproject.toml'
- '**/requirements.txt'

0 comments on commit 752f10c

Please sign in to comment.