You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When skipping checks, we currently post to the single status with the bot name (no e.g. :changelog):
if skip_fails:
pr_handler.set_status('failure', "Skipping checks due to {0} label".format(label), current_app.bot_username)
However, if post_comment is False and there are already individual status checks (e.g. astropy-bot:changelog) we should mark those as skipped instead of creating a astropy-bot status.
The text was updated successfully, but these errors were encountered:
When skipping checks, we currently post to the single status with the bot name (no e.g. :changelog):
However, if
post_comment
isFalse
and there are already individual status checks (e.g.astropy-bot:changelog
) we should mark those as skipped instead of creating aastropy-bot
status.The text was updated successfully, but these errors were encountered: