Skip to content

chore(gha): bump release-drafter/release-drafter from 6.4.0 to 7.1.0#454

Merged
tbouffard merged 1 commit intomasterfrom
dependabot/github_actions/release-drafter/release-drafter-7.1.0
Mar 18, 2026
Merged

chore(gha): bump release-drafter/release-drafter from 6.4.0 to 7.1.0#454
tbouffard merged 1 commit intomasterfrom
dependabot/github_actions/release-drafter/release-drafter-7.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps release-drafter/release-drafter from 6.4.0 to 7.1.0.

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.1.0

What's Changed

New

Bug Fixes

  • fix: support pull_request_target event in autolabeler (#1560) @​jmeridth
  • fix: empty template when prs all are excluded by labels (#1429) @​Bledai
  • fix: fall back to org .github repo when config not found in current repo (#1554) @​jetersen

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking

Bug Fixes

Maintenance

Documentation

... (truncated)

Commits
  • 44a942e chore: release v7.1.0
  • f1f40a0 docs: update README with pull_request_target example (#1561)
  • ebb69bb fix: support pull_request_target event in autolabeler (#1560)
  • bddbd54 ci: make sure PRs have a type label (#1557)
  • 4a66170 fix: empty template when prs all are excluded by labels (#1429)
  • 7431882 feat: filter releases by semver range (#1445)
  • 5a8b0d3 ci: restore CodeQL category lost when matrix was removed
  • 9244eda fix: fall back to org .github repo when config not found in current repo (#1554)
  • 97f39a3 feat: support advanced substitutions in replacers (#1517)
  • 3a7fb5c chore: release v7.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.4.0 to 7.1.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v6.4.0...v7.1.0)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip-changelog Do not include in Changelog and Release Notes labels Mar 18, 2026
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ Major release (fully rewritten)
✔️ Successfully tested with https://github.com/process-analytics/github-actions-playground/actions/runs/23238087394/job/67547089304

Logs have been highly improved

Before

Warning: "pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
Warning: "pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
Warning: "pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
Warning: "pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
process-analytics/github-actions-playground: Found 17 releases
{ name: 'event', id: '23237076865' }
process-analytics/github-actions-playground: Draft release: v3.0.7
{ name: 'event', id: '23237076865' }
process-analytics/github-actions-playground: Last release: v3.0.6
{ name: 'event', id: '23237076865' }
process-analytics/github-actions-playground: Fetching parent commits of refs/heads/master since 2026-02-02T11:16:56Z
{ name: 'event', id: '23237076865' }
process-analytics/github-actions-playground: versionKey
{ name: 'event', id: '23237076865' }
process-analytics/github-actions-playground: Updating existing release
{ name: 'event', id: '23237076865' }

Now

Config fetched on remote "process-analytics/.github" on the default branch.
Fetching releases from GitHub...
Found 17 releases
Draft release:
  tag_name:  v3.0.7
  name:      3.0.7
Last release:
  tag_name:  v3.0.6
  name:      3.0.6
Fetching parent commits of refs/heads/dependabot/github_actions/release-drafter/release-drafter-7.1.0 since 2026-02-02T11:16:56Z...
Found 12 commits.
Found 12 pull requests associated with those commits. 11 of those are merged and come from process-analytics/github-actions-playground : #452, #453, #451, #450, #449, #447, #448, #446, #443, #445, #441
Building release payload and body...
Version increment: patch (default)
Warning: No version input provided. Defaulting to null.
Release payload built successfully
  name:                        3.0.7
  tag:                         v3.0.7
  body:                        876 characters long
  targetCommitish:             refs/heads/dependabot/github_actions/release-drafter/release-drafter-7.1.0
  prerelease:                  false
  make_latest:                 true
  draft:                       true
  RESOLVED_VERSION:            3.0.7
  RESOLVED_VERSION_MAJOR:      3
  RESOLVED_VERSION_MINOR:      0
  RESOLVED_VERSION_PATCH:      7
  RESOLVED_VERSION_PRERELEASE: 
Updating existing release...
Release updated!
Set action outputs...
Outputs set!

@tbouffard tbouffard merged commit d0627f4 into master Mar 18, 2026
3 checks passed
@tbouffard tbouffard deleted the dependabot/github_actions/release-drafter/release-drafter-7.1.0 branch March 18, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip-changelog Do not include in Changelog and Release Notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant