feat(index.ts): add new public repository configuration for containers - #238
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The change cleanly follows existing PublicRepo patterns in index.ts and wires the new repo into the managed repos export without introducing behavioral risk.
Pull request overview
Adds a new PublicRepo entry to the Pulumi-managed GitHub org configuration to manage a new public repository named containers.
Changes:
- Define a new
PublicRepo('containers', ...)with description, topics, and required GitHub check(s). - Add
containers.repo.nameto the exportedreposlist so it is included in the managed set.
File summaries
| File | Description |
|---|---|
| index.ts | Adds the containers public repository configuration and includes it in the exported managed repo list. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
🍹 The Update (preview) for UnstoppableMango/unmango-github/prod (at db11cf1) was successful. Note Neo code review was skipped. The Pulumi GitHub App installation for this repository isn't linked to the UnstoppableMango organization on Pulumi Cloud. Resource Changes Name Type Operation
+ containers github:index/repository:Repository create
+ containers github:index/repositoryRuleset:RepositoryRuleset create
+ containers unmango:github:PublicRepo create
+ containers github:index/repositoryVulnerabilityAlerts:RepositoryVulnerabilityAlerts create
|
No description provided.