seebees
seebees
**Is your feature request related to a problem? Please describe.** According to https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#putObject-property the `Body` element can be a `ReadableStream`, however in practice, it will only succeed if the sdk...
I can add these tests as a PR if you want. But first I wanted to make sure that my thought process on this was correct. These tests are simply...
CodeBuild supports batches. A single buildspec can kick off several batches. This adds support for both running as a command line as well as running as a GitHub action. Additional...
Trying to remove humans from the process. This creates scripts to automates the version bump and the change log update. By submitting this pull request, I confirm that my contribution...
Humans are not going to look at this file. Dependabot or similar can handle updating dependancies, but adding dependancies is still a manual process. Is there a way to ensure...
From: http://php.net/manual/en/function.parse-ini-string.php `` Note: There are reserved words which must not be used as keys for ini files. These include: null, yes, no, true, false, on, off, none. Values null,...
Here is an example of what I was suggesting in #512 If a customer only configures a role and not accessKeyId then assuming the customer intent is to use this...
### Describe the issue You have this, which is pretty obvous. ``` # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: id-token: write contents: read ```...
https://github.com/SaschaGalley/grunt-phpunit/blob/master/tasks/lib/phpunit.js#L36 I think that you want to return true? I know that this will tell the world that the task succeeded, but if you return false it will stop and...