Skip to content

Commit

Permalink
Downgraded labeler to v4 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieelli committed Jan 22, 2024
1 parent 716606b commit 4ab1589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@master
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

1 comment on commit 4ab1589

@maggieelli
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking changes were added in the new version of the labeler. For now, let's just use the earlier version that we have been using.

Please sign in to comment.