Skip to content

Commit

Permalink
chore(deps): bump actions/labeler from 4 to 5 (#451)
Browse files Browse the repository at this point in the history
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
  • Loading branch information
nick-mobilecoin authored Jan 3, 2024
2 parents 2436780 + 752f10c commit d032cc6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 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'
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
"1000": "XXL",
"1500": "OHLAWDHECOMIN"
}
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d032cc6

Please sign in to comment.