You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, self-referential branch start points do not work properly. This can be useful if a user accidentally resets their branch start point and they wish to move back to a prior start point.
Message: Head Version (...) not found: Record not found
Head Version may be private and require authentication or it may not exist.
Expected format is `Authorization: Bearer <bencher.api.token>`. Where `<bencher.api.token>` is your Bencher API token.
The current solution to fix a branch named main would be to:
Create a slot branch with its start point set to main at the desired good hash.
Run an empty report using the slot branch. The important thing is that it increments the slot branch version. You don't have to explicitly include the branch hash here, it just has to match in the next step.
Currently, self-referential branch start points do not work properly. This can be useful if a user accidentally resets their branch start point and they wish to move back to a prior start point.
The current solution to fix a branch named
main
would be to:slot
branch with its start point set tomain
at the desired good hash.slot
branch. The important thing is that it increments theslot
branch version. You don't have to explicitly include the branch hash here, it just has to match in the next step.slot
start point back tomain
using that latest hash.slot
branch.The text was updated successfully, but these errors were encountered: