mediumroast / mediumroast_js

Mediumroast for GitHub CLI and API/SDK
https://www.mediumroast.io/product.html
Apache License 2.0
1 stars 0 forks source link

Add GitHub Action to cleanup stale branches #85

Closed miha42-github closed 6 months ago

miha42-github commented 7 months ago

Introduction

Since the default behaviors of the system are to generate new branches for every create, update and delete operation without some caretaking the number of branches will grow infinitely. This issue will create a GitHub action that prunes the number of branches to a defined count of 15.

Implementation notes

miha42-github commented 7 months ago

The action has been built and tested within the discovery repository. It is called prune-branches and is located in the .github directory. This means the next step is to move the action into the SDK and then test the installation.

miha42-github commented 6 months ago

Action created and operable