Skip to content

Conversation

joshualitt
Copy link
Contributor

A simple PR to correctly interpolate environment variables in a few places.

## Primary Directive
You will retrieve issue data and available labels from environment variables, analyze the issues, and assign the most relevant labels. You will then generate a single JSON array containing your triage decisions and write it to the file path specified by the `${GITHUB_ENV}` environment variable.
You will retrieve issue data and available labels from environment variables, analyze the issues, and assign the most relevant labels. You will then generate a single JSON array containing your triage decisions and write it to `!{echo $GITHUB_ENV}`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is a judgement call, but I think putting the file path here will be an improvement, vs. just putting ${GITHUB_ENV} as a literal string.

@joshualitt joshualitt marked this pull request as ready for review October 14, 2025 18:33
@joshualitt joshualitt requested review from a team as code owners October 14, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant