You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2024/02/05 09:16:20 UTC

(solr) branch main updated: update labeler.yml to sync-labels=true (#2241)

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

cpoerschke 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 4aadf52c561 update labeler.yml to sync-labels=true (#2241)
4aadf52c561 is described below

commit 4aadf52c56126e38507db6a3970e45a9a0a2e893
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Mon Feb 5 09:16:13 2024 +0000

    update labeler.yml to sync-labels=true (#2241)
---
 .github/workflows/labeler.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index d59e2241ad0..ebcf2c2bb6a 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -10,4 +10,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/labeler@v5
-      
\ No newline at end of file
+        with:
+          sync-labels: true
+