You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,9 @@ Features are individually versioned by the `version` attribute in a Feature's `d
119
119
120
120
Features are meant to be easily sharable units of dev container configuration and installation code.
121
121
122
-
This repo contains a GitHub Action [workflow](.github/workflows/release.yaml) that will publish each feature to GHCR.
122
+
This repo contains a **GitHub Action**[workflow](.github/workflows/release.yaml) that will publish each Feature to GHCR.
123
123
124
-
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.
124
+
*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`).
125
125
126
126
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:
0 commit comments