👷 misc(CI): add dependencies label to upgrade PRs

main
welpo 2 months ago
parent 92996d98ac
commit 551b3d28c6
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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 }}

Loading…
Cancel
Save