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
This workflow updates `.devcontainer/devcontainer.json` with the latest published `v*` version for your configured devcontainer image from GHCR, then opens (or updates) a pull request with that change.
256
+
257
+
#### Requirements
258
+
259
+
- `.devcontainer/devcontainer.json`must include `build.args.IMAGE_NAME` and `build.args.IMAGE_VERSION`.
260
+
- `AUTOMERGE_APP_ID`and `AUTOMERGE_PEM` secrets must be configured so the workflow can create a GitHub App token for PR creation.
261
+
262
+
#### Inputs
263
+
264
+
- `base_branch`: Target branch for the pull request. Default: `main`.
265
+
266
+
#### Secret Inputs
267
+
268
+
- `AUTOMERGE_APP_ID`: GitHub App ID used to generate an installation token.
269
+
- `AUTOMERGE_PEM`: GitHub App private key used to generate an installation token.
270
+
271
+
#### Outputs
272
+
273
+
None
274
+
275
+
#### Example
276
+
277
+
To use this workflow in your repository, call it from another workflow file:
0 commit comments