From bb97acd03ea8ee1c16877ae40ca10ffb5150b4ab Mon Sep 17 00:00:00 2001 From: SolrBot Date: Sun, 17 May 2026 06:31:27 +0000 Subject: [PATCH 1/2] Update actions/labeler action to v6.1.0 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3e51ade6a4ea..71f5469f5857 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: sync-labels: true From b2c9240658de68130350caccc3a58964385c860c Mon Sep 17 00:00:00 2001 From: SolrBot Date: Sun, 17 May 2026 06:31:49 +0000 Subject: [PATCH 2/2] Update changelog entry --- .../unreleased/PR#4435-update-actions-labeler-action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/PR#4435-update-actions-labeler-action.yml diff --git a/changelog/unreleased/PR#4435-update-actions-labeler-action.yml b/changelog/unreleased/PR#4435-update-actions-labeler-action.yml new file mode 100644 index 000000000000..ae148b18c0f1 --- /dev/null +++ b/changelog/unreleased/PR#4435-update-actions-labeler-action.yml @@ -0,0 +1,7 @@ +title: Update actions/labeler action to v6.1.0 +type: dependency_update +authors: +- name: solrbot +links: +- name: PR#4435 + url: https://github.com/apache/solr/pull/4435