mirror of
https://github.com/Lewsion/mta-sts.git
synced 2025-12-22 01:25:47 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -2,4 +2,4 @@ version: STSv1
|
||||
mode: enforce
|
||||
mx: mx1.forwardemail.net
|
||||
mx: mx2.forwardemail.net
|
||||
max_age: 604800
|
||||
max_age: 2592000
|
||||
|
||||
Reference in New Issue
Block a user