-
Notifications
You must be signed in to change notification settings - Fork 421
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
chore(task): run task in environment #1155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! just a minor comment for moving the constants around
Co-authored-by: Efe Karakus <[email protected]>
Co-authored-by: Efe Karakus <[email protected]>
…li-v2 into task/env-runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Since you're already making errors constants, can we make all errors constants? That way, if we need to update the string, we would only need to change it in one place, not multiple places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, just a small comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 💯
This PR implements a task runner that runs tasks in a copilot environment.
Related #702
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.