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
@Revathyvenugopal162 do you know how to restart the changelog fragment action? If I do it from he actions tab manually it doesn't pick up the new PR title. I had to close/reopen the PR to get the full CI to restart
@Revathyvenugopal162 do you know how to restart the changelog fragment action? If I do it from he actions tab manually it doesn't pick up the new PR title. I had to close/reopen the PR to get the full CI to restart
I never tried this, usually with next commit it will recreate the changelog. Noted, I will investigate /enquire about this
@Revathyvenugopal162 do you know how to restart the changelog fragment action? If I do it from he actions tab manually it doesn't pick up the new PR title. I had to close/reopen the PR to get the full CI to restart
I never tried this, usually with next commit it will recreate the changelog. Noted, I will investigate /enquire about this
@Revathyvenugopal162 In this case there wasn't a "next commit", I just fixed the title of the PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixPull requests related to resolving problems or errorstestingAnything related to testing
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
need to use
math.isnanrather than compare nan with==. This is more correct in all versions of python, but somehow only python3.13 caught it.