DevOps Jeremy
DevOps Jeremy
The section [Customizing templates](https://github.com/jekyll/minima#customizing-templates) instructs to simply create an `assets/css/style.scss` file and, optionally, `_sass/minima/custom-styles.scss` & `custom-variables.scss`. However, the build fails without the remaining Sass files since they are referenced in...
It looks like the "default" layout was renamed to "base" [about 6 months ago](https://github.com/jekyll/minima/pull/690). The problem is that when using the built-in layouts the "base" layout isn't applied unless [base.html](https://github.com/jekyll/minima/blob/master/_layouts/base.html)...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
This fixes minor spelling/grammar mistakes in the README in defined in [this issue](https://github.com/PowerShell/ThreadJob/issues/34) and has no effect on the functionality. ### [Line 5](https://github.com/PowerShell/ThreadJob/blob/master/README.md?plain=1#L5) #### Previous > There is no throttling...
## Issue Currently Pipelines as Code provides a build status to the git provider. The name/label of this build status is always what's set as the [`application-name`](https://github.com/openshift-pipelines/pipelines-as-code/blob/192184c1e6558ac0a843122e814fd12931ca4db5/config/302-pac-configmap.yaml#L21) (default is "Pipelines...
[This issue](https://github.com/python-jsonschema/check-jsonschema/issues/112) requested support specifically for the `!reference` tag in a Gitlab CI file, however, there doesn't appear to be support for other tags. Specifically in my case, Ansible-specific tags...