Skip to content

Commit 8b5b10c

Browse files
authored
RHAIENG-581: filter out and remove from the release notes the automated PR titles generated by Konflux (#2244)
1 parent 7c36cbd commit 8b5b10c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/release.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Configuration for GitHub's automatically generated release notes
2+
# Docs: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
---
4+
changelog:
5+
# RHAIENG-581: bots and automation accounts (suppress noisy PRs)
6+
exclude:
7+
# TESTING: use https://github.com/opendatahub-io/notebooks/releases/new with custom branch to test this out
8+
# selecting the + Create new tag in dropdown actually does not create new tag unless form is submitted
9+
# then click Generate release notes to see how it comes out
10+
labels:
11+
# https://github.com/opendatahub-io/notebooks/pull/1961
12+
- konflux-nudge
13+
authors:
14+
# chore(deps): update odh-workbench-jupyter-minimal-rocm-py312-ubi9 to 636a39a by @red-hat-konflux[bot] in #1961
15+
- app/red-hat-konflux
16+
# chore(deps): update konflux references by @red-hat-konflux[bot] in #1974
17+
- red-hat-konflux[bot]
18+
19+
# the following are candidates for exclusion, need to determine if app/ or [bot] should be used
20+
21+
# [main] RHOAIENG-19036: chore(gha): fix workflow_dispatch invocation by @openshift-cherrypick-robot in #896
22+
# openshift-cherrypick-robot
23+
24+
# RHOAIENG-28188: add `.tekton/` files for version 2025a-v1.34 by @odh-devops-app[bot] in #1365
25+
# odh-devops-app[bot]
26+
27+
# [Digest Updater Action] Update Runtimes Images by @github-actions[bot] in #550
28+
# github-actions[bot]
29+
30+
# RHAIENG-540: build(deps): bump `tornado` dependency from `~6.5.1` to `~6.5.2` across all relevant Pipfiles by @dependabot[bot] in #1754
31+
# dependabot[bot]
32+
33+
# CodeRabbit Chat: Update .coderabbit.yaml to filter for main and 2024b branches only by @coderabbitai[bot] in #1491
34+
# coderabbitai[bot]
35+
36+
# [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.2 by @codeflare-machine-account in #542
37+
# codeflare-machine-account

0 commit comments

Comments
 (0)