-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
minor fix for stablility #5
minor fix for stablility #5
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5 +/- ##
==========================================
+ Coverage 34.51% 34.68% +0.17%
==========================================
Files 17 17
Lines 1921 1923 +2
Branches 420 419 -1
==========================================
+ Hits 663 667 +4
Misses 1207 1207
+ Partials 51 49 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
To run the OpenAI test, we need the PR to be made from a branch in the original repo. Could you make the PR that way? Or if you know an alternative that allows running the test even from forked repo, please suggest. |
To use the context from the base of repo to fork repo when running an action or workflow, you can use |
I've tried this before but it didn't work. Feel free to give it another try if you want. |
I can take a look, I'll need permission to push to original repo though, can you grant me that (contributor or admin should both work) |
you should have maintainer permission already. |
Did you enable |
Yes I did. |
Cool, then you can go check #21 out. The secureness of secrets should be able to be protected by Note that this still brings side effects, as the external source will still be run on target environment once it gets approval, so the secureness will rely on reviewers, who might make mistakes. It's the cost we have to pay if we want a contribution from the forked repo though. In order to add another layer of secure, you might want to enable |
I'm going to create another PR from main repo to avoid blocking by #21 |
* Fix Anthropic system messages * Update anthropic.py update separator for system messages
Why are these changes needed?
Related issue number
Checks