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

gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 30b3e5883 [Improve][CI]auto remove stale when updated (#3359)
30b3e5883 is described below

commit 30b3e588376279f5015fda2a286edeb5401f20b8
Author: liugddx <[email protected]>
AuthorDate: Thu Nov 10 16:58:02 2022 +0800

    [Improve][CI]auto remove stale when updated (#3359)
---
 .github/workflows/stale.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 66aa7ce46..898760667 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -50,3 +50,6 @@ jobs:
             This pull request has been closed because it has not had recent 
activity. You could reopen it
             if you try to continue your work, and anyone who are interested in 
it are encouraged to continue
             work on this pull request.
+          remove-pr-stale-when-updated: true
+          remove-issue-stale-when-updated: true
+          labels-to-add-when-unstale: 'waiting for review'

Reply via email to