Skip to content

Conversation

@jimchamp
Copy link
Owner

This PR will merge internetarchive#11601 into the master branch of this fork.

Comment on lines +23 to +27
{
echo "INSTRUCTIONS<<EOF"
cat .github/prompts/issue_pm_instructions.md
echo "EOF"
} >> "$GITHUB_OUTPUT"
Copy link
Owner Author

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 }}
Copy link
Owner Author

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 }}
Copy link
Owner Author

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.

@jimchamp jimchamp merged commit ebfa0f3 into master Dec 17, 2025
@jimchamp jimchamp deleted the 11601-copilot-action branch December 17, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant