Skip to content

Commit eba5525

Browse files
authored
Merge branch 'main' into openai-dbt-trusted-data
2 parents 278e7a6 + 67bbfaf commit eba5525

10 files changed

+11
-9
lines changed

authors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ heejingithub:
499499
avatar: "https://avatars.githubusercontent.com/u/169293861"
500500

501501

502-
himadri:
502+
himadri518:
503503
name: "Himadri Acharya"
504504
website: "https://www.linkedin.com/in/himadri-acharya-086ba261/"
505505
avatar: "https://avatars.githubusercontent.com/u/14100684?v=4"
506506

507-
507+

examples/codex/Autofix-github-actions.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"\n",
1616
"Below is the pipeline flow we’ll implement:\n",
1717
"\n",
18-
"![](images/ci-codex-workflow.png)"
18+
"\n",
19+
"<img src=\"../../images/ci-codex-workflow.png\" width=\"700\"/>"
1920
]
2021
},
2122
{
@@ -33,7 +34,8 @@
3334
"\n",
3435
"- You’ll need to check the setting to enable actions to create PRs on your repo, and also in your organization:\n",
3536
"\n",
36-
"![](images/github-pr-settings.png)"
37+
"\n",
38+
"<img src=\"../../images/github-pr-settings.png\" width=\"700\"/>\n"
3739
]
3840
},
3941
{
@@ -159,8 +161,7 @@
159161
"\n",
160162
"You can navigate to the Actions tab under Repo to view the failing jobs in your Actions workflow. \n",
161163
"\n",
162-
"\n",
163-
"![](images/failing-workflow.png)\n"
164+
"<img src=\"../../images/failing-workflow.png\" width=\"700\"/>\n"
164165
]
165166
},
166167
{
@@ -171,7 +172,7 @@
171172
"The Codex workflow should be triggered upon completion of the failed workflow. \n",
172173
"\n",
173174
"\n",
174-
"![](images/codex-workflow.png)\n",
175+
"<img src=\"../../images/codex-workflow.png\" width=\"700\"/>\n",
175176
"\n"
176177
]
177178
},
@@ -183,7 +184,8 @@
183184
"## Step 5: Codex generated PR for review\n",
184185
"And after the Codex workflow completes execution, it should open a pull request from the feature branch codex/auto-fix. Check to see if everything looks good and then merge it.\n",
185186
"\n",
186-
"![](images/codex-pr.png)"
187+
"<img src=\"../../images/codex-pr.png\" width=\"700\"/>\n",
188+
"\n"
187189
]
188190
},
189191
{

images/ci-codex-workflow.png

182 KB
Loading

images/codex-pr.png

522 KB
Loading

images/codex-workflow.png

519 KB
Loading

images/codex_action copy.png

305 KB
Loading

images/failing-workflow.png

247 KB
Loading

images/github-pr-settings copy.png

199 KB
Loading

images/github-pr-settings.png

199 KB
Loading

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2542,7 +2542,7 @@
25422542

25432543

25442544
- title: Codex CLI to automatically fix CI failures
2545-
path: examples/codex/codex-cicd.ipynb
2545+
path: examples/codex/Autofix-github-actions.ipynb
25462546
date: 2025-09-30
25472547
authors:
25482548
- himadri518

0 commit comments

Comments
 (0)