From 505769d64f54171ef24c5d2bbcc1fe3fcb52b62c Mon Sep 17 00:00:00 2001 From: KirisameVanilla <118162831+KirisameVanilla@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:07:51 +0800 Subject: [PATCH] fix --- .github/workflows/deps_auto_update.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deps_auto_update.yml b/.github/workflows/deps_auto_update.yml index 09fc060..ef811f3 100644 --- a/.github/workflows/deps_auto_update.yml +++ b/.github/workflows/deps_auto_update.yml @@ -15,6 +15,8 @@ jobs: steps: - name: 🔁 Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: 📦 Setup Node.js 22.14.0 uses: actions/setup-node@v4 @@ -32,6 +34,9 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} + author: ${{ vars.ACTION_BOT_NAME }} <${{ vars.ACTION_BOT_EMAIL }}> + delete-branch: true + assignees: KirisameVanilla commit-message: 'chore(deps): auto-update deps' title: 'chore(deps): auto-update deps' body: | @@ -40,7 +45,6 @@ jobs: 📅 Scheduled daily update. branch: auto-update/${{ github.run_id }} base: main - labels: automated, dependencies + labels: deps add-paths: | - . - draft: false \ No newline at end of file + . \ No newline at end of file