Skip to content

Commit 49d5f01

Browse files
Update README.md
1 parent e904e3c commit 49d5f01

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -167,28 +167,6 @@ Dependabot can be used to automate dependency updates for GitHub Actions. Here's
167167

168168
---
169169

170-
## Automated Deletion of Old Releases and Tags
171-
172-
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.
173-
174-
### How It Works:
175-
176-
1. **Third-Party GitHub Action**: A third-party GitHub Action is used to delete old releases and tags.
177-
2. **Scheduled Workflow**: The workflow is scheduled to run periodically, ensuring that old releases and tags are deleted automatically.
178-
179-
### Workflow File
180-
181-
The workflow file `.github/workflows/delete-old-releases.yaml` is used to configure the automated deletion process. Here’s an overview of the workflow:
182-
183-
- **File**: `delete-old-releases.yaml`
184-
- **Purpose**: Deletes old releases and tags.
185-
- **Steps**:
186-
1. **Checkout Repository**: Pulls the latest files from the repository.
187-
2. **Delete Old Releases**: Uses a third-party GitHub Action to delete old releases and tags.
188-
3. **Schedule Workflow**: The workflow is scheduled to run periodically.
189-
190-
---
191-
192170
## Troubleshooting Common Issues
193171

194172
### Network Problems

0 commit comments

Comments
 (0)