What is the problem or limitation you are having?
At the moment, any Brutus PR has only the package name in the branch name. This means if you have done a manual update to a previous PR involving the same package, and did not delete the branch, using gh pr checkout NNN will switch to the old branch, and leave you wondering why it wants to rebase.
Describe the solution you'd like
Update the Brutus action to include the updated package version number in the branch name, e.g. autoupdates/pre-commit/ruff-pre-commit0.15.4.
Describe alternatives you've considered
None; continue to run into the branch issue.
Additional context
No response