Skip to content

Commit

Permalink
chore: auto-update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 0fbc818 commit 8a471a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ your repository.
| devcontainer<br>tag `string` |php8-review| Image tag|
| helm_charts `boolean` |false| Enable generation of Helm charts.|
| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
| omit_files `array` |[]| **EXPERIMENTAL** A list of files to skip during file generation.|
- [Looking for repo.yaml schema integration within your IDE?](./docs/SchemaIDESupport.md)

### Readme file auto-generation
Expand Down
3 changes: 2 additions & 1 deletion docs/partials/readme.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
| devcontainer<br>repository `string` |ghcr.io/linkorb/php-docker-base| Image to use for devcontainer (registry image URL)|
| devcontainer<br>tag `string` |php8-review| Image tag|
| helm_charts `boolean` |false| Enable generation of Helm charts.|
| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
| archived `boolean` |false| Setting this option to `true` will cause the repository to be archived. Once archived, it can only be unarchived manually.|
| omit_files `array` |[]| **EXPERIMENTAL** A list of files to skip during file generation.|

0 comments on commit 8a471a3

Please sign in to comment.