ConduitIO / ConduitIO/automation
Log more info in workflow runs
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When an automation action runs ([example](https://github.com/ConduitIO/conduit/runs/7208272294?check_suite_focus=true)), 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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.