chore: Set 'chore' label on PR (#4154)

This commit is contained in:
boc-the-git 2024-09-04 23:58:07 +10:00 committed by GitHub
parent 82169fc316
commit 70d5f1a918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,9 @@ jobs:
with: with:
commit-message: "Update pre-commit hooks" commit-message: "Update pre-commit hooks"
branch: "fix/update-pre-commit-hooks" branch: "fix/update-pre-commit-hooks"
labels: |
chore
delete-branch: true delete-branch: true
base: mealie-next base: mealie-next
title: "fix(auto): Update pre-commit hooks" title: "chore(auto): Update pre-commit hooks"
body: "Auto-generated by `.github/workflows/scheduled-checks.yml`" body: "Auto-generated by `.github/workflows/scheduled-checks.yml`"