pytorch / probot

PyTorch GitHub bot written in probot
ISC License
11 stars 13 forks source link

`ciflow/default` shouldn't get applied when using ciflow commands #81

Open seemethere opened 2 years ago

seemethere commented 2 years ago

Right now using @pytorchbot ciflow rerun will result in probot re-adding the ciflow/default label even if we've already removed it.

I think using the ciflow rerun command at all should not apply any labels

Example: (from https://github.com/pytorch/pytorch/pull/69575) image