From 551b3d28c6852c3a1e7acf3c645e0d7b84e079cb Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 18 Dec 2024 12:26:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20misc(CI):=20add=20dependencies?= =?UTF-8?q?=20label=20to=20upgrade=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upgrade-deps.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index eb340a6..38b7c7e 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -1,5 +1,4 @@ name: Dependency upgrade - on: workflow_dispatch: inputs: @@ -8,9 +7,9 @@ on: required: true type: choice options: - - all - - mermaid - - katex + - all + - mermaid + - katex schedule: - cron: '32 4 * * *' @@ -85,6 +84,6 @@ jobs: exit 0 fi git push -u origin deps/upgrade-${{ matrix.dependency }} - gh pr create --fill --base main --head deps/upgrade-${{ matrix.dependency }} + gh pr create --fill --base main --head deps/upgrade-${{ matrix.dependency }} --label "dependencies" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}