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 GitHub Action to delete stale branches #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

santoshyadavdev
Copy link
Member

@santoshyadavdev santoshyadavdev commented May 23, 2024

This pull request introduces a new GitHub Action to automatically delete stale branches in the uiuniversal/ngu-carousel repository.

  • Schedules the action to run every Friday at 12 pm CET, ensuring that the repository maintenance does not interfere with the regular workflow during the weekdays.
  • Targets branches older than 100 days for deletion, helping to keep the repository clean and manageable by removing outdated and potentially obsolete branches.
  • Excludes critical branches such as master, main, and develop from being deleted, safeguarding the main lines of development from accidental removal.
  • Utilizes the latest version of GitHub Actions and the dev-drprasad/[email protected] action for efficient and reliable branch deletion.

For more details, open the Copilot Workspace session.

Copy link

nx-cloud bot commented May 23, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit b05512c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant