Skip to content

Commit daeac9f

Browse files
authored
Add cleanup to list of potential labels for PRs (#3268)
I created a PR to cleanup some whitespace, and there was no good label for it. I saw that we already had a https://github.com/FoundationDB/fdb-record-layer/labels/cleanup label, so adding that to the Build/Test/Documentation group in the release notes seems like a good idea to me. The description for https://github.com/FoundationDB/fdb-record-layer/labels/cleanup is `Stylistic code cleanup`, but I'm not sure if we should have a more descriptive label, to avoid other types of cleanup, such as deleting unused, private code.
1 parent 56f1753 commit daeac9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/release-notes-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"labels": ["performance"]},
1111
{"title": "Dependency Updates",
1212
"labels": ["dependencies"]},
13-
{"title": "Build/Test/Documentation Improvements",
13+
{"title": "Build/Test/Documentation/Style Improvements",
1414
"collapsed": true,
1515
"labels": [
1616
"build improvement",
1717
"documentation",
18-
"testing improvement"]}
18+
"testing improvement",
19+
"cleanup"]}
1920
],
2021
"catch_all": "Other Changes"
2122
}

0 commit comments

Comments
 (0)