Closed hvgazula closed 1 year ago
Please look into mine. It came earlier and is cleaner than yours. Thanks.
Hello @hvgazula the problem with your PR is that it does not consider the fact that the workflow can fail. If failed, the issue will be tagged as "failed" thus the user can't change the label manually to "Ready-to-test" since they are outside collaborators. Since you removed the file that does this automatically, there is no way of re-testing the workflow, it will just stay as "failed"
I am confused. Then what is this (see below)- You are asking the user to change the label. How is this possible? https://github.com/neuronets/trained-models/blob/b49f52df7c248295f6ad0205e4bcc568afbaae3d/.github/workflows/new_model.yml#L603-L607
Yes sorrry. I forgot to update the bot comment, however in the docs it does say to create an issue comment instead of changing the label.
Sure. Then what exactly is the assingIssue.yml doing? My understanding is as follows:
No. They can't change labels manually. That is the purpose of change_label.yml
@hvgazula See my latest PR