We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6376bb6 commit 22ea747Copy full SHA for 22ea747
.github/workflows/upgrade_dependencies.yml
@@ -68,6 +68,8 @@ jobs:
68
git checkout -b auto-dependency-upgrades
69
git branch -r | grep auto-dependency-upgrades- | xargs -I {} git merge {}
70
git rebase ${GITHUB_REF##*/}
71
+ git reset $(git merge-base ${GITHUB_REF##*/} HEAD)
72
+ git commit -a -m "auto dependency upgrades"
73
git push -f origin auto-dependency-upgrades
74
git branch -r | grep auto-dependency-upgrades- | cut -d/ -f2 | xargs -I {} git push origin :{}
75
- name: Open pull request if needed
0 commit comments