We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes our CI fails for reasons unrelated to the Pull Request.
I usually retrigger it by push an empty commit created via something like git commit --allow-empty -m "Tickle CI".
git commit --allow-empty -m "Tickle CI"
It would be useful to allow people to just make a comment on the PR like this
Retrigger CI
instead of having to push a pro forma commit.
You can use the docs for some inspiration.
The text was updated successfully, but these errors were encountered:
I specifically wanted this for eg #1689
Sorry, something went wrong.
No branches or pull requests
Sometimes our CI fails for reasons unrelated to the Pull Request.
I usually retrigger it by push an empty commit created via something like
git commit --allow-empty -m "Tickle CI"
.It would be useful to allow people to just make a comment on the PR like this
instead of having to push a pro forma commit.
You can use the docs for some inspiration.
The text was updated successfully, but these errors were encountered: