Skip to content

Commit

Permalink
Exclude questions from changelog (#5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Jan 30, 2024
1 parent 8e9d713 commit 31cf5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion object_store/.github_changelog_generator
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31cf5ce

Please sign in to comment.