Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add remove stale branches gh-action #201

Closed
wants to merge 2 commits into from
Closed

Conversation

e-lo
Copy link
Contributor

@e-lo e-lo commented Dec 6, 2023

Will mark branches as stale after 30 days of inaction and remove them 7 days later unless action is taken.

  • Currently implemented as a dry-run so no deletions will be made until we are happy with the config.
  • Must be implemented in main branch to work.

Fixes #200

will mark branches as stale after 30 days of inaction and remove them 7 days later unless action is taken.

Currently implemented as a dry-run so no deletions will be made until we are happy with the config.

Must be implemented in `main` branch.
@e-lo e-lo added the 💻 code Pertains to the infrastructure code label Dec 6, 2023
@e-lo e-lo self-assigned this Dec 6, 2023
@e-lo e-lo requested a review from a team as a code owner December 6, 2023 23:31
Copy link
Contributor

github-actions bot commented Dec 6, 2023

Documentation available at: http://tides-transit.github.io/TIDES/remove-stale-branches

@jlstpaul
Copy link
Contributor

jlstpaul commented Dec 7, 2023

Can a branch that is part of an open pull request become stale? Would that cause an issue for tasks that are just taking a long time, but are still progress?

@e-lo
Copy link
Contributor Author

e-lo commented Jan 6, 2024

On second thought, i'm going to close this right now....i just removed them manually and think that is probably fine for us right now

@e-lo e-lo closed this Jan 6, 2024
@e-lo e-lo deleted the remove-stale-branches branch January 12, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 code Pertains to the infrastructure code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀💻 – Remove stale branches with a github action
2 participants