Skip to content

Commit

Permalink
Merge pull request #39 from jarrodcolburn/type-and-reword
Browse files Browse the repository at this point in the history
Type-and-reword
  • Loading branch information
samruddhikhandale committed Mar 14, 2023
2 parents 17e3b5b + d5cfffc commit adbed32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Features are individually versioned by the `version` attribute in a Feature's `d
Features are meant to be easily sharable units of dev container configuration and installation code.

This repo contains a GitHub Action [workflow](.github/workflows/release.yaml) that will publish each feature to GHCR.
This repo contains a **GitHub Action** [workflow](.github/workflows/release.yaml) that will publish each Feature to GHCR.

The default Action auto generates a README.md about feature (merging in NOTES.md if one exists) and commits it to repo. **Allow GitHub Actions to create and approve pull requests** should be enabled in the repo's Settings > Actions > General > Workflow permissions.
*Allow GitHub Actions to create and approve pull requests* should be enabled in the repository's `Settings > Actions > General > Workflow permissions` for auto generation of `src/<feature>/README.md` per Feature (which merges any existing `src/<feature>/NOTES.md`).

By default, each Feature will be prefixed with the `<owner/<repo>` namespace. For example, the two Features in this repository can be referenced in a `devcontainer.json` with:

Expand Down

0 comments on commit adbed32

Please sign in to comment.