Conversation
Collaborator
|
Do not merge. UPDATE: I stand corrected, the changes are not breaking changes. I've made the changes needed. Changes mentioned in this commit comment |
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@6a93d82...3a7fb5c) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4312b3a to
e511ce3
Compare
## What Migrate auto-labeler workflow to the new dedicated autolabeler sub-action, switch both workflows from `GITHUB_TOKEN` env var to the `token` input, and convert the singular `label:` config key to `labels:` array syntax in the release-drafter config. ## Why Release-drafter v7 splits the autolabeler into its own action entrypoint, removes the `disable-releaser` input, and replaces the `GITHUB_TOKEN` env var with a `token` input. The singular `label:` key lost `array.single()` support in the Joi-to-Zod validation migration, making the array form the safer choice. ## Notes - The v7.0.0 tag resolves to the same commit SHA (`3a7fb5c8`) as the previously pinned version — the breaking changes are in action entrypoint routing and input validation, not the underlying commit - Callers of these reusable workflows need no changes since the `workflow_call` interface (inputs/secrets) is unchanged Signed-off-by: jmeridth <jmeridth@gmail.com>
jmeridth
approved these changes
Mar 14, 2026
zkoppert
approved these changes
Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps release-drafter/release-drafter from 6.4.0 to 7.0.0.
Release notes
Sourced from release-drafter/release-drafter's releases.
Commits
3a7fb5cchore: release v7.0.01bba8e8docs: broken link in contributing guide90c8b30docs(copilot): update instructions for Biomeea57e4cci: replace shell scripts with cross-platform TypeScript and simplify workflows5ed1f8cchore: update editor and devcontainer config for Biome68e853echore: reformat codebase with Biome and fix code smells720e969chore: migrate from ESLint + Prettier to Biomeee6226dfix(deps): update dependency compare-versions to 6.1.1 (#1547)9a48bb9chore(deps): update vitest to 4.1.0 (#1544)f62bd72chore(build): rebuild artifactsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)