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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 31cf5ce23f Exclude questions from changelog (#5349)
31cf5ce23f is described below

commit 31cf5ce23febf076104f064358a24fe8af09ee4b
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Tue Jan 30 16:12:19 2024 +0000

    Exclude questions from changelog (#5349)
---
 .github_changelog_generator              | 2 +-
 object_store/.github_changelog_generator | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github_changelog_generator b/.github_changelog_generator
index 9a9a843448..a8279702b3 100644
--- a/.github_changelog_generator
+++ b/.github_changelog_generator
@@ -24,5 +24,5 @@ add-sections={"documentation":{"prefix":"**Documentation 
updates:**","labels":["
 #pull-requests=false
 # so that the component is shown associated with the issue
 issue-line-labels=arrow,parquet,arrow-flight
-exclude-labels=development-process,invalid,object-store
+exclude-labels=development-process,invalid,object-store,question
 breaking_labels=api-change
diff --git a/object_store/.github_changelog_generator 
b/object_store/.github_changelog_generator
index 69b574ab03..6d44a8eb83 100644
--- a/object_store/.github_changelog_generator
+++ b/object_store/.github_changelog_generator
@@ -23,5 +23,5 @@ add-sections={"documentation":{"prefix":"**Documentation 
updates:**","labels":["
 # so that the component is shown associated with the issue
 issue-line-labels=object-store
 # skip non object_store issues
-exclude-labels=development-process,invalid,arrow,parquet,arrow-flight,parquet-derive
+exclude-labels=development-process,invalid,arrow,parquet,arrow-flight,parquet-derive,question
 breaking_labels=api-change

Reply via email to