1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
506 stars 163 forks source link

CI: `flake.lock` update job should update the existing PR if an unmerged one exists #467

Open mrjones2014 opened 1 month ago

mrjones2014 commented 1 month ago

That is, if we haven't merged a flake.lock PR by the time the job runs again, the job should push to the existing branch, updating the unmerged PR with the latest flake.lock changes.

Currently it fails because the branch already exists; instead of failing, it should push to the existing branch.