You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### ${packages.length ? "With the following changelog entry." : ""}
195
+
---
197
196
198
197
${format_changelog_preview(changelog,packages)}
199
198
199
+
---
200
+
200
201
${
201
202
packages.length
202
203
? manual_mode
203
204
? "⚠️ _The changeset file for this pull request has been modified manually, so the changeset generation bot has been disabled. To go back into automatic mode, delete the changeset file._"
204
205
: "_Maintainers or the PR author can modify the PR title to modify this entry._"
205
206
: ""
206
207
}
208
+
209
+
---
210
+
211
+
${
212
+
approved
213
+
? "✅ Approved by maintainers."
214
+
: "‼️ Changeset not approved by maintainers."
215
+
}
216
+
217
+
${
218
+
approved
219
+
? "- [x] Maintainers can unapprove the changeset by selecting this checkbox."
220
+
: "- [ ] Maintainers can approve the changeset by selecting this checkbox."
221
+
}
222
+
207
223
<details><summary>
208
224
209
225
#### Something isn't right?</summary>
@@ -252,11 +268,12 @@ export function get_frontmatter_versions(
0 commit comments