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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7b933731d7 [infra] Make the PR stale message more descriptive  (#7816)
7b933731d7 is described below

commit 7b933731d73feacd4a3f45a5846cc9ee19cdb14d
Author: Arnav Balyan <[email protected]>
AuthorDate: Tue May 12 09:34:00 2026 +0530

    [infra] Make the PR stale message more descriptive  (#7816)
---
 .github/workflows/stale-pr.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/stale-pr.yml b/.github/workflows/stale-pr.yml
index c7ada9888f..ca5c3dae46 100644
--- a/.github/workflows/stale-pr.yml
+++ b/.github/workflows/stale-pr.yml
@@ -40,9 +40,10 @@ jobs:
           days-before-pr-close: -1
           stale-pr-label: stale
           stale-pr-message: >
-            This pull request has had no activity for 90 days. If you'd
-            like to keep it open, please push a new commit or leave a
-            comment. Thanks for the contribution.
+            This pull request has had no activity for 90 days and is
+            being marked stale. If you'd like to keep it open, please
+            leave a comment or push a new commit. Thank you for your
+            contribution to Apache Paimon!
           remove-stale-when-updated: true
 
           # Issues are not in scope for this workflow.

Reply via email to