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
add response_timestamp field to ResponseModel (#80)
Add a response_timestamp field to the ResponseModel to capture the response's timestamp. Enhance the client to extract this timestamp from the response headers and update the deserialization process to include this new field.
Update test_workflow_wrapper.yml (#79)
Update the 'close_pr' job in the GitHub Actions workflow to pass pull request data as JSON, ensuring compatibility with the workflow's requirements.