Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back Retry #162

Closed
pbrisbin opened this issue Sep 28, 2021 · 0 comments
Closed

Bring back Retry #162

pbrisbin opened this issue Sep 28, 2021 · 0 comments
Projects

Comments

@pbrisbin
Copy link
Member

pbrisbin commented Sep 28, 2021

Presently, you can "retry" a Restyle by:

  • git commit --amend --no-edit && git push --force
  • git commit --allow-empty --message "Trigger CI" && git push

The former requires no extra commit but does require a force-push. The latter creates an unnecessary commit, though it will be (automatically) removed on rebase (even through GitHub).

We used to have an actual Retry feature, a button on the Job page. It was high complexity for little usage, but I've now had a user or two ask about it. We should consider bringing it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Restyled
Backlog
Development

No branches or pull requests

1 participant