Klaus Badelt
Klaus Badelt
When running CodeBuild via CodePipeline, the CI provider is not detected. Also, there's no git repository with CodePipeline as source provider in CodeBuild, so branch and commit detection fail too....
This fixes #7, updates RuboCop to current, and fixes bug introduced in #9 which failed specs. Very useful TextMate 2 bundle.
The action fails on commits to a branch - as opposed to a PR - with `RequestError [HttpError]: Empty value for parameter 'issue_number': undefined`. Fixes #33 . This was also...
Validation fails on 204 response, which has empty string as body. **Example:** ```yaml paths: /health_check: get: description: Health check responses: '204': description: OK ``` **Code** ```ruby OpenAPIParser.load 'openapi.yml' request_operation =...