You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by jo...@apache.org on 2022/09/09 13:56:02 UTC

[jackrabbit-oak] branch trunk updated: fix the PR message

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

joerghoh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 152314f551 fix the PR message
152314f551 is described below

commit 152314f55141a10f78c3d2e7c58781819a6e093c
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Fri Sep 9 15:55:56 2022 +0200

    fix the PR message
---
 .github/workflows/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 7e9db1249b..edf74409a0 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -9,6 +9,6 @@ jobs:
     steps:
       - uses: actions/stale@v5
         with:
-          stale-pr-message: 'This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
+          stale-pr-message: 'This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days.'
           days-before-pr-stale: 730
-          days-before-pr-close: 30
\ No newline at end of file
+          days-before-pr-close: 30