Skip to content

Commit

Permalink
fix labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Dec 7, 2023
1 parent 967dbde commit f8609e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Updated Paths
uses: actions/labeler@main # Reads from .github/labeler.yml
uses: actions/labeler@v4 # Reads from .github/labeler.yml
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f8609e7

Please sign in to comment.