Skip to content

Add cli option to output all strings in plain text in the Ignition config #5

Add cli option to output all strings in plain text in the Ignition config

Add cli option to output all strings in plain text in the Ignition config #5

Workflow file for this run

name: issue-eval
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
process-issue:
runs-on: ubuntu-latest
steps:
- name: Run issue-eval
uses: prestist/issue-eval@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
google-ai-api-key: ${{ secrets.GOOGLE_AI_API_KEY }}
issue-number: ${{ github.event.issue.number }}
repo-owner: ${{ github.repository_owner }}
repo-name: ${{ github.event.repository.name }}