-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
36 lines (29 loc) · 957 Bytes
/
issue.yml
File metadata and controls
36 lines (29 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.7
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 is currently targeting
Minecraft version 26.1.2."