Skip to content

Commit

Permalink
Fix pr_labeler job in ci (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagabondHustler authored Jul 3, 2024
2 parents 8ae4435 + c58d024 commit 75767b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:

pr_labeler:
runs-on: windows-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Auto label
uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ secrets.ACTIONS_TOKEN }}
configuration-path: .github/configs/labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}

paths_filter:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"picologging==0.9.3",
"cloudscraper==1.2.71",
"num2words==0.5.13",
"packaging==24.0",
"packaging==24.1",
"pillow==10.3.0",
"pystray==0.19.5",
"requests==2.31.0",
Expand Down

0 comments on commit 75767b7

Please sign in to comment.