zaunist commented on a change in pull request #2169:
URL: https://github.com/apache/apisix-dashboard/pull/2169#discussion_r727680174



##########
File path: .github/workflows/stale.yml
##########
@@ -0,0 +1,46 @@
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 10 * * *'
+
+jobs:
+  prune_stale:
+    name: Prune Stale
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Prune Stale
+        uses: actions/[email protected]
+        with:
+          days-before-issue-stale: 350

Review comment:
       > @juzhiyuan Do we need such a long expiration time? 🤔
   
   I refer to the Apisix project for the expiration date, and I am not quite 
sure how long it is appropriate. Maybe it can be changed to 180 days or other 
time. Could you please give me some suggestions

##########
File path: .github/workflows/stale.yml
##########
@@ -0,0 +1,46 @@
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 10 * * *'
+
+jobs:
+  prune_stale:
+    name: Prune Stale
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Prune Stale
+        uses: actions/[email protected]
+        with:
+          days-before-issue-stale: 350

Review comment:
       30 days +1

##########
File path: .github/workflows/stale.yml
##########
@@ -0,0 +1,46 @@
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 10 * * *'
+
+jobs:
+  prune_stale:
+    name: Prune Stale
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Prune Stale
+        uses: actions/[email protected]
+        with:
+          days-before-issue-stale: 30
+          days-before-issue-close: 14
+          stale-issue-message: >
+            This issue has been marked as stale due to 350 days of inactivity.

Review comment:
       😂Have synchronous




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to