chore: merge base branch changes (package-lock.json sync, RELEASE_BOT_TOKEN, node 24.x, comment fix)

Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-07 16:12:07 +00:00
parent 0e43af6c62
commit af84dfe9ed
3 changed files with 23 additions and 4 deletions

View file

@ -21,13 +21,13 @@ jobs:
with:
# fetch-depth 2 so git diff HEAD~1 HEAD works for detecting changed files
fetch-depth: 2
# Use a token so the pushed commit triggers deploy.yml
token: ${{ secrets.GITHUB_TOKEN }}
# Use a PAT/GitHub App token so the pushed commit can trigger deploy.yml and other workflows
token: ${{ secrets.RELEASE_BOT_TOKEN }}
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: lts/*
node-version: '24.x'
cache: npm
- name: Determine bump type from PR labels