Skip to content

Commit dc993b4

Browse files
authored
Fix capitalization of .NET PR label (#270)
s/.Net/.NET
1 parent 89de1c3 commit dc993b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-title-prefix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
script: |
2323
let prefixLabels = {
2424
"python": "Python",
25-
".NET": ".Net"
25+
".NET": ".NET"
2626
};
2727
2828
function addTitlePrefix(title, prefix)

0 commit comments

Comments
 (0)