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
refactor!: remove 'head_ref' from cached_task PR route
This means that pull requests will share cached_tasks between one
another. On the surface this seems wrong, but it is useful when you
rebase on PR on top of another one that has already ran. Besides, the
digest hash should already prevent PRs from re-using cached_tasks that
they shouldn't be.
BREAKING CHANGE: changed cached_task pull request index route format
Fixes: #413
0 commit comments