We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89de1c3 commit dc993b4Copy full SHA for dc993b4
1 file changed
.github/workflows/label-title-prefix.yml
@@ -22,7 +22,7 @@ jobs:
22
script: |
23
let prefixLabels = {
24
"python": "Python",
25
- ".NET": ".Net"
+ ".NET": ".NET"
26
};
27
28
function addTitlePrefix(title, prefix)
0 commit comments