see vanished #18
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 | |
| on: | |
| issues: | |
| types: [ opened ] | |
| jobs: | |
| issue-moderator: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| contents: read | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| with: | |
| persist-credentials: false | |
| - name: Check Template | |
| uses: machiecodes/check-template@v1.0.1 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| - name: Check Content | |
| uses: machiecodes/check-content@v1.0.6 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} | |
| with: | |
| gemini-model: "gemini-3-flash-preview" | |
| project-context: "Meteor Client is a Minecraft utility client built as a Fabric mod, intended for use | |
| on anarchy servers where hack clients are permitted. It is written in Java and targets a specific | |
| Minecraft version at any given time. It is open source and maintained on GitHub." | |