mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 10:19:11 +00:00
feat(github-action)!: Update actions/labeler action to v5
| datasource | package | from | to | | ----------- | --------------- | ---- | -- | | github-tags | actions/labeler | v4 | v5 |
This commit is contained in:
2
.github/workflows/meta-labeler.yml
vendored
2
.github/workflows/meta-labeler.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user