👷 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
|
name: Dependency upgrade
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@ -85,6 +84,6 @@ jobs:
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
git push -u origin deps/upgrade-${{ matrix.dependency }}
|
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:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user