Skip to content

Commit 131826c

Browse files
authored
Update src/comment.ts
1 parent c32ea7b commit 131826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export const comment = async () => {
312312
}`
313313

314314
const newChangesetTemplateFallback = `
315-
If the above link doesn't fill the changeset template file name and content which is [a known regression on GitLab > 16.11](https://gitlab.com/gitlab-org/gitlab/-/issues/532221), you can copy and paste the following template into ${newChangesetFileName} instead:
315+
If the above link doesn't fill the changeset template file name and content which is [a known regression on GitLab >= 16.11](https://gitlab.com/gitlab-org/gitlab/-/issues/532221), you can copy and paste the following template into ${newChangesetFileName} instead:
316316
317317
\`\`\`yaml
318318
${newChangesetTemplate}

0 commit comments

Comments
 (0)