Skip to content

Commit ece29cb

Browse files
Warn: Allow GH acions create PRs
1 parent dab4ae6 commit ece29cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ Features are individually versioned by the `version` attribute in a Feature's `d
119119
120120
Features are meant to be easily sharable units of dev container configuration and installation code.
121121

122-
This repo contains a GitHub Action [workflow](.github/workflows/release.yaml) that will publish each feature to GHCR. 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:
122+
This repo contains a GitHub Action [workflow](.github/workflows/release.yaml) that will publish each feature to GHCR.
123+
124+
The default Action auto generates a README.md about feature (mergining 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.
125+
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:
123127

124128
```
125129
ghcr.io/devcontainers/feature-starter/color:1

0 commit comments

Comments
 (0)