-
-
Notifications
You must be signed in to change notification settings - Fork 52
Fix github action Close Completed Issues running with errors for the last weeks. #471
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
Conversation
Added more tracing for better debugging.
Some changes to simplify code.
More debug traces.
Fix typo
Remove unnecessary curly brackets.
More changes in the tracing strategy.
Testing different way to update the issue.
Error with variable setup.
More changes in the tracing strategy.
Change how we manage the input parameters for updating the issues.
More changes in the tracing strategy.
Fix variable syntax errors when logging.
}); | ||
}) |
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.
I don't think you want this change.
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.
Agreed :-)
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.
Done!
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.
Left one comment, otherwise looks good.
GitHub Issue: NA
Summary: For the last weeks the action to close completed issues is reporting an error. This PR is intended to solve the situatiom.
Do you think resolving this issue might require an Architectural Decision Record (ADR)? (significant or noteworthy)
No. This is just a fix of an existing issue.