feat(github-action)!: Update actions/labeler action to v5

| datasource  | package         | from | to |
| ----------- | --------------- | ---- | -- |
| github-tags | actions/labeler | v4   | v5 |
This commit is contained in:
chii-bot
2023-12-04 15:18:14 +00:00
parent e91cb8df28
commit 700227a20b

View File

@@ -18,7 +18,7 @@ jobs:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"