-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX] Don't deactivate already inactive deployments #104
[BUGFIX] Don't deactivate already inactive deployments #104
Conversation
Thank you for the contribution! I'll get this merged and released this week, but need to figure out why GitHub actions didn't run on this branch 🤔 |
9f992e1
to
58e01c0
Compare
@bobheadxi i believe this is due to the missing Hopefully fixed by #109? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you :)
…-too-many-statuses-error
@paullarsen-unlikely There appear to be some formatting issues, do you mind fixing them? Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paullarsen-unlikely , looks good. Can you run npm run prettier
to fix formatting issues?
@bobheadxi Formatting has been fixed - sorry for the delay! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go, thank you :)
Looks like integration tests don't work on forked PRs - might be something to look into @vhatsura ! |
Integration tests look healthy in |
I've cut a release for this change: https://github.com/bobheadxi/deployments/releases/tag/v1.3.0 |
#92 Mentions errors regarding deployments having the max number of statuses already set.
This PR avoids this from happening, by only setting the status if the status isn't already "inactive".