We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c36cbd commit aa51de6Copy full SHA for aa51de6
.github/release.yml
@@ -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
19
+ - "*"
0 commit comments