From 70d5f1a9189f416d860367310558e3a7a0c02480 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:58:07 +1000 Subject: [PATCH] chore: Set 'chore' label on PR (#4154) --- .github/workflows/scheduled-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-checks.yml b/.github/workflows/scheduled-checks.yml index af30b83c3625..afd458a0f5da 100644 --- a/.github/workflows/scheduled-checks.yml +++ b/.github/workflows/scheduled-checks.yml @@ -26,7 +26,9 @@ jobs: with: commit-message: "Update pre-commit hooks" branch: "fix/update-pre-commit-hooks" + labels: | + chore delete-branch: true 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`"