Browse Source

Fix capitalization of comment prefix for upgrade attention issues

Closes gh-49711
pull/49710/head
Andy Wilkinson 2 weeks ago
parent
commit
fda3a0d8ba
  1. 2
      .github/actions/create-github-release/changelog-generator-commercial.yml
  2. 2
      .github/actions/create-github-release/changelog-generator-oss.yml

2
.github/actions/create-github-release/changelog-generator-commercial.yml

@ -6,7 +6,7 @@ changelog: @@ -6,7 +6,7 @@ changelog:
summary:
mode: "member-comment"
config:
prefix: "Attention Required:"
prefix: "Attention required:"
- title: ":star: New Features"
labels:
- "type: enhancement"

2
.github/actions/create-github-release/changelog-generator-oss.yml

@ -6,7 +6,7 @@ changelog: @@ -6,7 +6,7 @@ changelog:
summary:
mode: "member-comment"
config:
prefix: "Attention Required:"
prefix: "Attention required:"
- title: ":star: New Features"
labels:
- "type: enhancement"

Loading…
Cancel
Save