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

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new d8cb090840d Disable stale bot for forks (#2390)
d8cb090840d is described below

commit d8cb090840df12562771469a24afc3685e6fc911
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Apr 10 12:50:10 2024 +0200

    Disable stale bot for forks (#2390)
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 7c869049998..a6c2aa8a704 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,7 +12,7 @@ on:
 
 jobs:
   stale:
-
+    if: github.repository == 'apache/solr'
     runs-on: ubuntu-latest
     permissions:
       pull-requests: write

Reply via email to