Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bug) - Render task schema directly from GitHub #869

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

jordanbreen28
Copy link
Contributor

Summary

Prior to this PR, we relied on the forge api to return the bolt task schema json.
However, the endpoint in the forge has been broken for sometime, so it brought the necessity for the call to the forge api to our attention.

We have decided now to opt to retrieve it directly from GitHub ourselves, removing the need for the forge api in this case.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

Prior to this commit, we relied on the forge api to return the bolt task
schema json.
Now opt to retrieve it directly from GitHub ourselves, removing the need
for the forge api in this case.
@jordanbreen28 jordanbreen28 marked this pull request as ready for review January 26, 2024 15:33
@jordanbreen28 jordanbreen28 requested a review from a team as a code owner January 26, 2024 15:33
@gavindidrichsen gavindidrichsen merged commit 8965f65 into main Jan 26, 2024
6 checks passed
@gavindidrichsen gavindidrichsen deleted the bug-render_task_schema_fromGH branch January 26, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants