Skip to content

Commit acf957f

Browse files
committed
Don't show labels in PR descriptions
1 parent ee248f6 commit acf957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grenrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
"ignore-labels": ["kind/cleanup"],
1717
"template": {
1818
commit: ({ message, url, author, name }) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,
19-
issue: "- {{labels}} {{name}} ([{{text}}]({{url}}), [@{{user_login}}]({{user_url}}))",
19+
issue: "- {{name}} ([{{text}}]({{url}}), [@{{user_login}}]({{user_url}}))",
2020
label: "",
2121
noLabel: "closed",
2222
group: "\n### {{heading}}\n",

0 commit comments

Comments
 (0)