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



##########
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? 🤔

##########
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:
       Maybe you can take a whole month up. How about 30 days?

##########
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:
       @zaunist Please modify here synchronously.




-- 
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