Skip to content

Conversation

@Githubguy132010
Copy link
Owner

This pull request introduces a new workflow to automate the deletion of old releases. The workflow is triggered on release publication and can also be manually dispatched with a specific number of releases to keep.

New workflow addition:

  • .github/workflows/delete-old-releases.yaml: Added a new workflow named "Delete Old Releases" to automatically delete old releases while keeping a specified number of the latest releases. The workflow uses the dev-drprasad/[email protected] action and is configured to run on ubuntu-latest. It includes a workflow_dispatch input to specify the number of latest releases to keep, with a default value of 1.

Copilot AI review requested due to automatic review settings March 4, 2025 08:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

PR Overview

This PR adds a new GitHub workflow to automatically delete old releases while retaining a configurable number of the latest releases.

  • Adds a new workflow file that triggers on release publication or manual dispatch
  • Implements conditional logic to determine the number of releases to keep

Reviewed Changes

File Description
.github/workflows/delete-old-releases.yaml New workflow for deleting old releases with configurable retention

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

@Githubguy132010 Githubguy132010 merged commit 451becd into main Mar 4, 2025
3 checks passed
@Githubguy132010 Githubguy132010 deleted the dev branch March 4, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants