diff --git a/authors.yaml b/authors.yaml
index cd407f6c69..99b5111cbe 100644
--- a/authors.yaml
+++ b/authors.yaml
@@ -494,9 +494,9 @@ heejingithub:
avatar: "https://avatars.githubusercontent.com/u/169293861"
-himadri:
+himadri518:
name: "Himadri Acharya"
website: "https://www.linkedin.com/in/himadri-acharya-086ba261/"
avatar: "https://avatars.githubusercontent.com/u/14100684?v=4"
-
\ No newline at end of file
+
diff --git a/examples/codex/Autofix-github-actions.ipynb b/examples/codex/Autofix-github-actions.ipynb
index b492626bb1..b42f88045f 100644
--- a/examples/codex/Autofix-github-actions.ipynb
+++ b/examples/codex/Autofix-github-actions.ipynb
@@ -15,7 +15,8 @@
"\n",
"Below is the pipeline flow we’ll implement:\n",
"\n",
- ""
+ "\n",
+ "
"
]
},
{
@@ -33,7 +34,8 @@
"\n",
"- You’ll need to check the setting to enable actions to create PRs on your repo, and also in your organization:\n",
"\n",
- ""
+ "\n",
+ "
\n"
]
},
{
@@ -159,8 +161,7 @@
"\n",
"You can navigate to the Actions tab under Repo to view the failing jobs in your Actions workflow. \n",
"\n",
- "\n",
- "\n"
+ "
\n"
]
},
{
@@ -171,7 +172,7 @@
"The Codex workflow should be triggered upon completion of the failed workflow. \n",
"\n",
"\n",
- "\n",
+ "
\n",
"\n"
]
},
@@ -183,7 +184,8 @@
"## Step 5: Codex generated PR for review\n",
"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",
"\n",
- ""
+ "
\n",
+ "\n"
]
},
{
diff --git a/images/ci-codex-workflow.png b/images/ci-codex-workflow.png
new file mode 100644
index 0000000000..4be3dc4fb4
Binary files /dev/null and b/images/ci-codex-workflow.png differ
diff --git a/images/codex-pr.png b/images/codex-pr.png
new file mode 100644
index 0000000000..f9ba75ca12
Binary files /dev/null and b/images/codex-pr.png differ
diff --git a/images/codex-workflow.png b/images/codex-workflow.png
new file mode 100644
index 0000000000..ffa1b7f71f
Binary files /dev/null and b/images/codex-workflow.png differ
diff --git a/images/codex_action copy.png b/images/codex_action copy.png
new file mode 100644
index 0000000000..491de6651d
Binary files /dev/null and b/images/codex_action copy.png differ
diff --git a/images/failing-workflow.png b/images/failing-workflow.png
new file mode 100644
index 0000000000..342f6811b3
Binary files /dev/null and b/images/failing-workflow.png differ
diff --git a/images/github-pr-settings copy.png b/images/github-pr-settings copy.png
new file mode 100644
index 0000000000..723e267179
Binary files /dev/null and b/images/github-pr-settings copy.png differ
diff --git a/images/github-pr-settings.png b/images/github-pr-settings.png
new file mode 100644
index 0000000000..723e267179
Binary files /dev/null and b/images/github-pr-settings.png differ