We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an automation action runs (example), we see the following in the logs in the "Check for old milestones" step:
Found Milestone: [object Object]
It would be good to stringify the object before logging it.
In the "Echo the found milestone" step, no milestone ID is logged.
In the "Manage Milestones" step, we log only the issue ID:
Issue Deleted From Roadmap: MDU6SXNzdWUxMDk5Mjg0OTM2
It would be good to log the issue title too (which makes it possible to perform an ad-hoc sanity check of the run).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When an automation action runs (example), we see the following in the logs in the "Check for old milestones" step:
It would be good to stringify the object before logging it.
In the "Echo the found milestone" step, no milestone ID is logged.
In the "Manage Milestones" step, we log only the issue ID:
It would be good to log the issue title too (which makes it possible to perform an ad-hoc sanity check of the run).
The text was updated successfully, but these errors were encountered: