From 0488ad64eb42a720840593f0bf767cd156f58444 Mon Sep 17 00:00:00 2001 From: Lucas Lu Date: Mon, 5 Feb 2024 17:51:19 +0800 Subject: [PATCH] Add label to pre-commit pull requests --- .github/workflows/pre-commit-autoupdate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index b5dbb63..7be1858 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -44,6 +44,7 @@ jobs: branch: pre-commit-autoupdate commit-message: "pre-commit: Autoupdate" delete-branch: true + labels: pre-commit title: "pre-commit: Autoupdate" - name: Log pull request URL if: "${{ steps.create-pull-request.outputs.pull-request-url }}"