feat: Add Gemini workflows for invoking, reviewing, and triaging issues

- Implemented `gemini-invoke.yml` for invoking Gemini CLI with context from pull requests and issues.
- Created `gemini-review.yml` for automated pull request reviews using Gemini, including structured feedback and suggestions.
- Developed `gemini-scheduled-triage.yml` to automate issue triage on a schedule, identifying unlabeled issues and applying appropriate labels.
- Introduced `gemini-triage.yml` for real-time issue triage based on user input, ensuring correct label application.
This commit is contained in:
2025-09-24 22:50:56 +06:00
parent cee3d8399f
commit d0f6973a76
8 changed files with 1222 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>Redirecting to mta-sts.txt</title>
<meta http-equiv="refresh" content="0; URL=mta-sts.txt">
<link rel="canonical" href="mta-sts.txt">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url=mta-sts.txt">
<link rel="canonical" href="mta-sts.txt">
</head>
<body>
<p>Redirecting to <a href="mta-sts.txt">mta-sts.txt</a>.</p>
</body>
</html>