From 49d5f0142e9f2c0afa4d87ef3a774b98734eb4df Mon Sep 17 00:00:00 2001 From: Thomas Brugman <145768128+Githubguy132010@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:18:33 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index c0df5d29..83f0e276 100644 --- a/README.md +++ b/README.md @@ -167,28 +167,6 @@ Dependabot can be used to automate dependency updates for GitHub Actions. Here's --- -## Automated Deletion of Old Releases and Tags - -To keep your repository clean and manageable, you can automate the deletion of old releases and tags using GitHub Actions. This ensures that only the most recent releases are retained, reducing clutter and potential confusion. - -### How It Works: - -1. **Third-Party GitHub Action**: A third-party GitHub Action is used to delete old releases and tags. -2. **Scheduled Workflow**: The workflow is scheduled to run periodically, ensuring that old releases and tags are deleted automatically. - -### Workflow File - -The workflow file `.github/workflows/delete-old-releases.yaml` is used to configure the automated deletion process. Here’s an overview of the workflow: - -- **File**: `delete-old-releases.yaml` -- **Purpose**: Deletes old releases and tags. -- **Steps**: - 1. **Checkout Repository**: Pulls the latest files from the repository. - 2. **Delete Old Releases**: Uses a third-party GitHub Action to delete old releases and tags. - 3. **Schedule Workflow**: The workflow is scheduled to run periodically. - ---- - ## Troubleshooting Common Issues ### Network Problems