Skip to content

Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 - #358

Merged
ikostan merged 1 commit into
unit-test-plan-1-settings-logic-default-mappings-persistencefrom
dependabot/github_actions/release-drafter/release-drafter-6.2.0
Jan 27, 2026
Merged

ikostan merged 1 commit into
unit-test-plan-1-settings-logic-default-mappings-persistencefrom
dependabot/github_actions/release-drafter/release-drafter-6.2.0

Conversation

@ikostan

@ikostan ikostan commented Jan 27, 2026

Copy link
Copy Markdown
Owner

Bumps release-drafter/release-drafter from 6.1.0 to 6.2.0.


updated-dependencies:

  • dependency-name: release-drafter/release-drafter dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ...

name: Default Pull Request Template
about: Suggesting changes to SkyLockAssault
title: ''
labels: ''
assignees: ''

Description

What does this PR do? (e.g., "Fixes player jump physics in level 2" or "Adds
new enemy AI script")

Related Issue

Closes #ISSUE_NUMBER (if applicable)

Changes

  • List key changes here (e.g., "Updated Jump.gd to use Godot 4.4's new Tween
    system")
  • Any breaking changes? (e.g., "Deprecated old signal; migrate to new one")

Testing

  • Ran the game in Godot v4.5 editor—describe what you tested (e.g., "Jump
    works on Win10 with 60 FPS")
  • Any new unit tests added? (Link to test scene if yes)
  • Screenshots/GIFs if UI-related: (Attach below)

Checklist

  • Code follows Godot style guide (e.g., snake_case for variables)
  • No console errors in editor/output
  • Ready for review!

Additional Notes

Anything else? (e.g., "Tested on Win10 64-bit; needs Linux validation")

Summary by Sourcery

Build:

  • Bump release-drafter GitHub Action from commit for v6.1.0 to commit for v6.2.0 in both release and pull request drafting workflows.

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@b1476f6...6db134d)

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

Signed-off-by: dependabot[bot] <support@github.com>
@ikostan ikostan self-assigned this Jan 27, 2026
@ikostan ikostan added tools github actions Pull requests that update GitHub Actions code dependabot github_actions Pull requests that update GitHub Actions code labels Jan 27, 2026
@sourcery-ai

sourcery-ai Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Update GitHub Actions workflows to use release-drafter v6.2.0 by bumping the pinned commit SHA in the release drafting workflows.

File-Level Changes

Change Details Files
Bump release-drafter GitHub Action from v6.1.0 to v6.2.0 in release workflows by updating the pinned commit SHA.
  • Update the release_drafter workflow to use the new release-drafter commit hash instead of the old v6.1.0 hash while keeping the same configuration inputs and outputs.
  • Update the release_drafter_pr workflow to use the new release-drafter commit hash and adjust the inline version comment to indicate v6.2.0.
.github/workflows/release_drafter.yml
.github/workflows/release_drafter_pr.yml

Possibly linked issues

  • #unknown: PR updates the configured Release Drafter action version, directly related to the issue about using Release Drafter.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ikostan ikostan moved this to In Progress in Sky Lock Assault Project Jan 27, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location> `.github/workflows/release_drafter.yml:29` </location>
<code_context>
     steps:
       # yamllint disable-line rule:line-length
-      - uses: "release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5"  # Pinned to v6.1.0 commit SHA
+      - uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97"  # Pinned to v6.1.0 commit SHA
         id: drafter  # Add ID to access outputs
         with:
</code_context>

<issue_to_address>
**issue (typo):** The pinned version comment likely no longer matches the actual Release Drafter version.

Consider updating the inline comment to reflect v6.2.0 (or removing the explicit version) so it remains accurate and avoids confusion during future upgrades or debugging.

```suggestion
      - uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97"  # Pinned to v6.2.0 commit SHA
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

steps:
# yamllint disable-line rule:line-length
- uses: "release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5" # Pinned to v6.1.0 commit SHA
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.1.0 commit SHA

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

issue (typo): The pinned version comment likely no longer matches the actual Release Drafter version.

Consider updating the inline comment to reflect v6.2.0 (or removing the explicit version) so it remains accurate and avoids confusion during future upgrades or debugging.

Suggested change
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.1.0 commit SHA
- uses: "release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97" # Pinned to v6.2.0 commit SHA

@ikostan ikostan linked an issue Jan 27, 2026 that may be closed by this pull request
@ikostan
ikostan merged commit b93edfc into unit-test-plan-1-settings-logic-default-mappings-persistence Jan 27, 2026
10 of 11 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Sky Lock Assault Project Jan 27, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/release-drafter/release-drafter-6.2.0 branch January 27, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot github actions Pull requests that update GitHub Actions code github_actions Pull requests that update GitHub Actions code tools

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Unit Test Plan: 1. Settings Logic — Default Mappings & Persistence

1 participant