Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down