From 33200090e8d817f03e96bed63d51550e07a82a58 Mon Sep 17 00:00:00 2001
From: crazywoola
Date: Thu, 15 Jun 2023 12:50:43 +0800
Subject: [PATCH] feat: update actions
---
.github/workflows/stale.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2fb468a445..fc7269add8 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/stale@v5
with:
+ days-before-issue-stale: 30
+ days-before-issue-close: 3
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."