We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am manually changing my promptfooconfig.yaml in CI. This means the change is not committed, it's a local change.
promptfooconfig.yaml
promptfoo-action v1's git diff here: https://github.com/promptfoo/promptfoo-action/blob/v1/src/main.ts#L101-L105
promptfoo-action
git diff
It doesn't take into account local changes as leading to changed files. Thus my promptfoo-action doesn't invoke promptfoo and instead emits:
promptfoo
No LLM prompt or config files were modified.
Can we make this diff account for local file changes as well?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yeah I think in general you're right that it is unusual, so feel free to close this out.
To share, my use case is generating the promptfooconfig.yaml on the fly in CI: https://github.com/Future-House/LitQA/blob/ba2b3f9f9798b8c7f40632c9ec3d68b3c1a6c67f/.github/create_tests.py
No branches or pull requests
I am manually changing my
promptfooconfig.yaml
in CI. This means the change is not committed, it's a local change.promptfoo-action
v1'sgit diff
here: https://github.com/promptfoo/promptfoo-action/blob/v1/src/main.ts#L101-L105It doesn't take into account local changes as leading to changed files. Thus my
promptfoo-action
doesn't invokepromptfoo
and instead emits:Can we make this diff account for local file changes as well?
The text was updated successfully, but these errors were encountered: