Add cli option to output all strings in plain text in the Ignition config #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |