👷 misc(CI): add dependencies label to upgrade PRs
This commit is contained in:
parent
92996d98ac
commit
551b3d28c6
3
.github/workflows/upgrade-deps.yml
vendored
3
.github/workflows/upgrade-deps.yml
vendored
@ -1,5 +1,4 @@
|
||||
name: Dependency upgrade
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@ -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…
x
Reference in New Issue
Block a user