You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/06/26 03:28:32 UTC

[shardingsphere] branch master updated: Add : add stale action (#26566)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c510df026a2 Add : add stale action (#26566)
c510df026a2 is described below

commit c510df026a22bb8345e8059edcf2b66ca4e82807
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Mon Jun 26 11:28:25 2023 +0800

    Add : add stale action (#26566)
---
 .github/workflows/nightly-check.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml
index 43046660c66..3194dc4fcec 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -195,3 +195,17 @@ jobs:
         uses: github/codeql-action/analyze@v2
         with:
           category: "/language:java"
+  
+  check-stale:
+    if: (github.repository == 'apache/shardingsphere')
+    name: Check - Stale Issues
+    runs-on: ubuntu-latest
+    timeout-minutes: 10
+    permissions:
+      issues: write
+    steps:
+      - uses: actions/stale@v8
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}
+          days-before-issue-stale: 30
+          stale-issue-label: "stale"