i think when in doubt rebasing is an approach i ap...
# general
a
i think when in doubt rebasing is an approach i apply frequently, i can restart them unless you've tried that already
g
I don’t have access to be able to restart them myself, though thinking on it more it seems the pexs might not be available anymore so I’ll rebase first and holler back if the issue persists. Thanks!
a
i've restarted them
they should fail fast so if they fail again i would try rebasing or just a
git commit -n --amend -C HEAD && git push --force-with-lease
your analysis seems correct (that they are probably not related to the branch)
👍 1