cloud icon indicating copy to clipboard operation
cloud copied to clipboard

Add magic phrase support to rerun tests

Open SinaChavoshi opened this issue 5 years ago • 1 comments

Currently to re run tests need to submit an empty commit

git commit -m "retest" --allow-empty and then 
git push <branch-name>

This is a request for a nice to have feature to enable rerun of tests with a magic phrase such as "/retest" or "/rerun tests".

SinaChavoshi avatar Jul 28 '20 19:07 SinaChavoshi

Adding this info here for reference: We can rerun github actions on the github check tab of a PR. Note from @ucdmkt : for Kokoro test we can add kokoro:run label.

pavithrasv avatar Jul 29 '20 18:07 pavithrasv