Commit 10c1763
[rollout] [gh-aw-rollout] Set up GH-AW for pulumi-cdk (#527)
## Summary
This PR sets up GitHub Agentic Workflows (GH-AW) for
`pulumi/pulumi-cdk`.
**Commands executed:**
- `gh aw version` → v0.56.2 (used as entrypoint: `gh aw`)
- `gh aw init` → ran (`.github/aw/actions-lock.json` was absent)
- `gh aw add
pulumi-labs/gh-aw-internal/.github/workflows/gh-aw-pr-review.md@main
--name cdk-pr-review --force`
- `gh aw add
pulumi-labs/gh-aw-internal/.github/workflows/gh-aw-pr-rereview.md@main
--name cdk-pr-rereview --force`
- `gh aw compile` → 2 workflows compiled, 0 errors, 2 warnings (see
below)
- `gh aw validate` → 2 workflows validated, 0 errors, 2 warnings (see
below)
**Resolved values:**
- AW entrypoint: `gh aw`
- target_base_branch: `main`
- prefix_stem: `cdk` (from `pulumi-cdk`, stripping `pulumi-` prefix)
- `gh aw init` ran: **yes**
## Changed files
| File | Status |
|------|--------|
| `.gitattributes` | new (from init) |
| `.github/agents/agentic-workflows.agent.md` | new (from init) |
| `.github/aw/imports/.gitattributes` | new (from add) |
|
`.github/aw/imports/pulumi-labs/gh-aw-internal/…/.github_snippets_code-review.md`
| new (imported shared content) |
| `.github/workflows/cdk-pr-review.md` | new |
| `.github/workflows/cdk-pr-review.lock.yml` | new (generated) |
| `.github/workflows/cdk-pr-rereview.md` | new |
| `.github/workflows/cdk-pr-rereview.lock.yml` | new (generated) |
| `.github/workflows/cdk-validate-agentic-workflows.yml` | new |
| `.github/workflows/copilot-setup-steps.yml` | new (from init) |
| `mise.toml` | modified (added GH_AW_VERSION env, gh-aw tool, aw-*
tasks) |
## Validation outputs
**`gh aw compile`:**
````
.github/workflows/cdk-pr-rereview.md:1:1: warning: This workflow grants id-token: write permission
OIDC tokens can authenticate to cloud providers (AWS, Azure, GCP).
Ensure proper audience validation and trust policies are configured.
✓ .github/workflows/cdk-pr-rereview.md (70.6 KB)
.github/workflows/cdk-pr-review.md:1:1: warning: This workflow grants id-token: write permission
OIDC tokens can authenticate to cloud providers (AWS, Azure, GCP).
Ensure proper audience validation and trust policies are configured.
✓ .github/workflows/cdk-pr-review.md (68.1 KB)
⚠ Compiled 2 workflow(s): 0 error(s), 2 warning(s)
```
**`gh aw validate`:**
```
.github/workflows/cdk-pr-rereview.md:1:1: warning: This workflow grants id-token: write permission
OIDC tokens can authenticate to cloud providers (AWS, Azure, GCP).
Ensure proper audience validation and trust policies are configured.
✓ .github/workflows/cdk-pr-rereview.md
.github/workflows/cdk-pr-review.md:1:1: warning: This workflow grants id-token: write permission
OIDC tokens can authenticate to cloud providers (AWS, Azure, GCP).
Ensure proper audience validation and trust policies are configured.
✓ .github/workflows/cdk-pr-review.md
⚠ Compiled 2 workflow(s): 0 error(s), 2 warning(s)
````
**Warnings:** The `id-token: write` OIDC permission warnings are
expected for shared PR review workflows that authenticate to cloud
providers. These are non-blocking informational warnings from the shared
workflow design.
---
Closes pulumi/provider-ops#32
> Generated by [Generic Rollout
Worker](https://github.com/pulumi/provider-ops/actions/runs/22851216327)
·
[◷](https://github.com/search?q=repo%3Apulumi%2Fpulumi-cdk+%22gh-aw-workflow-id%3A+gh-aw-workflow-rollout-worker%22&type=pullrequests)
<!-- gh-aw-agentic-workflow: Generic Rollout Worker, engine: claude, id:
22851216327, workflow_id: gh-aw-workflow-rollout-worker, run:
https://github.com/pulumi/provider-ops/actions/runs/22851216327 -->
<!-- gh-aw-workflow-id: gh-aw-workflow-rollout-worker -->
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: corymhall <43035978+corymhall@users.noreply.github.com>1 parent f3add01 commit 10c1763
18 files changed
Lines changed: 3117 additions & 20 deletions
File tree
- .github
- actions
- build
- lint
- agents
- aw
- imports
- pulumi-labs/gh-aw-internal/99a309bf18258dbae98c8176ea10657e0b08deca
- workflows
- examples/lookups
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 7 | | |
16 | 8 | | |
17 | 9 | | |
| |||
32 | 24 | | |
33 | 25 | | |
34 | 26 | | |
35 | | - | |
| 27 | + | |
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments