Skip to content

Enable changelog updates in groundskeeper workflow#975

Closed
mosuem wants to merge 1 commit into
mainfrom
update-groundskeeper-changelog
Closed

Enable changelog updates in groundskeeper workflow#975
mosuem wants to merge 1 commit into
mainfrom
update-groundskeeper-changelog

Conversation

@mosuem

@mosuem mosuem commented Jul 10, 2026

Copy link
Copy Markdown
Member

Ported changes from labs groundskeeper workflow to enable changelog updates with a default message.

@mosuem mosuem requested a review from a team as a code owner July 10, 2026 12:23
@github-actions github-actions Bot added the type-infra A repository infrastructure change or enhancement label Jul 10, 2026
@github-actions

Copy link
Copy Markdown

PR Health

Unused Dependencies ✔️
Package Status
None No packages found to check.

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?

This check can be disabled by tagging the PR with skip-breaking-check.

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

License Headers ✔️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/collection/benchmark/legacy_quicksort.dart

This check can be disabled by tagging the PR with skip-license-check.

@natebosch

Copy link
Copy Markdown
Member

I tend to omit stuff from the changelog when it's not user facing. I think we expect automated changes like that to have no impact on end users, and it's better to optimize for that case than to add changelog entries in case an automated fix happens to be unexpectedly breaking.

@mosuem

mosuem commented Jul 13, 2026

Copy link
Copy Markdown
Member Author

Ok, sounds good to me.

@mosuem mosuem closed this Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-infra A repository infrastructure change or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants