Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.69k stars 2.3k forks source link

Fix release helper not considering workflow status #6320

Closed Jackenmen closed 5 months ago

Jackenmen commented 5 months ago

Description of the changes

Apparently gh run watch will only consider the workflow status if the --exit-status flag is passed. This does that + some additional handling to revert to a usable state without the need for manual alteration of the repository's Git configuration.

Have the changes in this PR been tested?

No