Skip to content

Commit 67bbfaf

Browse files
Update authors.yaml (#2170)
1 parent 68cd004 commit 67bbfaf

9 files changed

+10
-8
lines changed

authors.yaml

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

496496

497-
himadri:
497+
himadri518:
498498
name: "Himadri Acharya"
499499
website: "https://www.linkedin.com/in/himadri-acharya-086ba261/"
500500
avatar: "https://avatars.githubusercontent.com/u/14100684?v=4"
501501

502-
502+

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

0 commit comments

Comments
 (0)