Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"



14 changes: 8 additions & 6 deletions examples/codex/Autofix-github-actions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"\n",
"Below is the pipeline flow we’ll implement:\n",
"\n",
"![](images/ci-codex-workflow.png)"
"\n",
"<img src=\"../../images/ci-codex-workflow.png\" width=\"700\"/>"
]
},
{
Expand All @@ -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",
"![](images/github-pr-settings.png)"
"\n",
"<img src=\"../../images/github-pr-settings.png\" width=\"700\"/>\n"
]
},
{
Expand Down Expand Up @@ -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",
"![](images/failing-workflow.png)\n"
"<img src=\"../../images/failing-workflow.png\" width=\"700\"/>\n"
]
},
{
Expand All @@ -171,7 +172,7 @@
"The Codex workflow should be triggered upon completion of the failed workflow. \n",
"\n",
"\n",
"![](images/codex-workflow.png)\n",
"<img src=\"../../images/codex-workflow.png\" width=\"700\"/>\n",
"\n"
]
},
Expand All @@ -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",
"![](images/codex-pr.png)"
"<img src=\"../../images/codex-pr.png\" width=\"700\"/>\n",
"\n"
]
},
{
Expand Down
Binary file added images/ci-codex-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codex-pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codex-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codex_action copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/failing-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github-pr-settings copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github-pr-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.