fastai / fastai2

Temporary home for fastai v2 while it's being developed
https://dev.fast.ai
Apache License 2.0
645 stars 235 forks source link

Split comment on PR in main.yaml #509

Closed KushajveerSingh closed 4 years ago

KushajveerSingh commented 4 years ago

Can we break this line if: failure() && ( steps.clean.outcome == 'failure' || steps.lib.outcome == 'failure' ) into two separate if conditions. Then we can provide two different messages on the PR. In the first message, nbdev_install_git_hooks is missing. In the second nbdev_build_lib is missing.

hamelsmu commented 4 years ago

Hi @KushajveerSingh I am not confident this is a good idea for the following reasons:

I hope that background helps. I will leave this issue open for further discussion incase there are other opinions.

KushajveerSingh commented 4 years ago

That makes perfect sense. Thanks, for looking into this.