Commit 30db329
chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0 (#109)
* chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0
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>
* ci: migrate release-drafter usage to v7 breaking changes
## 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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jmeridth <jmeridth@gmail.com>1 parent 23927bf commit 30db329
3 files changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments