Skip to content

Bump release-drafter/release-drafter from 7.3.0 to 7.3.1#722

Merged
ikostan merged 1 commit into
SFXfrom
dependabot/github_actions/release-drafter/release-drafter-7.3.1
May 26, 2026
Merged

Bump release-drafter/release-drafter from 7.3.0 to 7.3.1#722
ikostan merged 1 commit into
SFXfrom
dependabot/github_actions/release-drafter/release-drafter-7.3.1

Conversation

@ikostan

@ikostan ikostan commented May 26, 2026

Copy link
Copy Markdown
Owner

Bumps release-drafter/release-drafter from 7.3.0 to 7.3.1.


updated-dependencies:

  • dependency-name: release-drafter/release-drafter dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch ...

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

CI:

  • Bump release-drafter GitHub Action in release workflows from commit c2e2804c to 693d20e7c to pick up the 7.3.1 patch release.

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@c2e2804...693d20e)

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

Signed-off-by: dependabot[bot] <support@github.com>
@ikostan ikostan self-assigned this May 26, 2026
@ikostan ikostan added CI/CD dependencies Pull requests that update a dependency file labels May 26, 2026
@ikostan ikostan added github actions Pull requests that update GitHub Actions code dependabot github_actions Pull requests that update GitHub Actions code security labels May 26, 2026
@sourcery-ai

sourcery-ai Bot commented May 26, 2026

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

Reviewer's Guide

Updates the GitHub Actions workflows to use release-drafter/release-drafter 7.3.1 by pinning to the new commit SHA in both the main release drafting workflow and the PR-based drafting workflow.

File-Level Changes

Change Details Files
Bump release-drafter GitHub Action from v7.3.0 to v7.3.1 in release drafting workflows by updating the pinned commit SHA.
  • Update the release_drafter workflow to use the new release-drafter commit hash corresponding to version 7.3.1.
  • Update the release_drafter_pr workflow to use the same new release-drafter commit hash.
  • Keep all existing workflow configuration, inputs, and environment variables unchanged while only modifying the action version.
.github/workflows/release_drafter.yml
.github/workflows/release_drafter_pr.yml

Possibly linked issues

  • #Release Drafter: The PR updates the Release Drafter action version, directly related to the issue about configuring 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 May 26, 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.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: f77d2357-c91d-4ef0-86f8-f8eb2a1b7f9e

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/release-drafter/release-drafter-7.3.1

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 May 26, 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 reviewed your changes and they look great!


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.

@ikostan ikostan merged commit f3a3416 into SFX May 26, 2026
13 of 15 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Sky Lock Assault Project May 26, 2026
@deepsource-io

deepsource-io Bot commented May 26, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 643d7e0...10db024 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python May 26, 2026 2:12a.m. Review ↗
JavaScript May 26, 2026 2:12a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@dependabot dependabot Bot deleted the dependabot/github_actions/release-drafter/release-drafter-7.3.1 branch May 29, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD dependabot dependencies Pull requests that update a dependency file github actions Pull requests that update GitHub Actions code github_actions Pull requests that update GitHub Actions code security

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant