Skip to content

Commit aa51de6

Browse files
committed
RHAIENG-581: filter out and remove from the release notes the automated PR titles generated by Konflux
1 parent 7c36cbd commit aa51de6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
exclude:
6+
labels:
7+
- konflux-nudge
8+
authors:
9+
# RHAIENG-581: bots and automation accounts (suppress noisy PRs)
10+
- app/red-hat-konflux
11+
- app/github-actions
12+
# known bots
13+
- dependabot
14+
- ide-developer
15+
- codeflare-machine-account
16+
categories:
17+
- title: "What's Changed"
18+
labels:
19+
- "*"

0 commit comments

Comments
 (0)