Copilot commented on code in PR #4422: URL: https://github.com/apache/solr/pull/4422#discussion_r3226248159
########## changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml: ########## @@ -4,4 +4,5 @@ type: fixed # added, changed, fixed, deprecated, removed, dependency_update, sec authors: - name: Eric Pugh links: - - https://github.com/apache/solr/pull/4367 +- name: PR#4367 + url: https://github.com/apache/solr/pull/4367 Review Comment: The `links` YAML is still not in the format used elsewhere / documented in dev-docs: `links:` should not have a trailing space, and the list items need to be indented under `links` (currently `- name` is at column 1). As written, this fragment is inconsistent with other entries and may fail changelog validation; please format it like the documented example (with the dash indented and `url` aligned under it). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
