At the end of each playbook run, we should have a function return a log and store all the playbook run actions inside that log, akin to this:
{"playbook_name":"the_name","summary":"our interpretation of all that transpired","run_log":"StepLog info of the execution"}
At the end of each playbook run, we should have a function return a log and store all the playbook run actions inside that log, akin to this:
```json
{
"playbook_name": "the_name",
"summary": "our interpretation of all that transpired",
"run_log": "StepLog info of the execution"
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
At the end of each playbook run, we should have a function return a log and store all the playbook run actions inside that log, akin to this:
I believe the logs are pretty good right now. Lets leave it at that.
Closed on
cae89f4c19