-
Notifications
You must be signed in to change notification settings - Fork 2
Copilot workflow #242
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
Copilot workflow #242
Conversation
Co-authored-by: mekarpeles <[email protected]>
Co-authored-by: mekarpeles <[email protected]>
Co-authored-by: mekarpeles <[email protected]>
Co-authored-by: mekarpeles <[email protected]>
Co-authored-by: mekarpeles <[email protected]>
| { | ||
| echo "INSTRUCTIONS<<EOF" | ||
| cat .github/prompts/issue_pm_instructions.md | ||
| echo "EOF" | ||
| } >> "$GITHUB_OUTPUT" |
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 doesn't look like it will work. In case of bugs, job output documentation is here.
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| ISSUE_TITLE: ${{ github.event.issue.title }} | ||
| ISSUE_BODY: ${{ github.event.issue.body }} | ||
| INSTRUCTIONS: ${{ steps.pm.outputs.INSTRUCTIONS }} |
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.
I think that outputs need to be defined before use.
| - name: Generate issue response (GitHub Models) | ||
| id: generate | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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.
Is this needed? I believe that GITHUB_TOKEN is always available to workflows by default.
This PR will merge internetarchive#11601 into the
masterbranch of this fork.