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

Feat: Add workflow to automate Repository structure #26

Open
wants to merge 4 commits into
base: dev/second-branch
Choose a base branch
from

Conversation

yashksaini-coder
Copy link
Member

Fixes: #25

This pull request includes significant changes to automate the detection and updating of the repository structure. The most important changes involve the addition of a Python script to generate and update the repository structure and a GitHub Actions workflow to run this script on a schedule.

Automation of repository structure updates:

  • .github/scripts/update_structure.py: Added a Python script that generates the repository structure, updates a repo_structure.txt file, and modifies the README.md file if necessary.

GitHub Actions workflow:

  • .github/workflows/structure.yml: Added a GitHub Actions workflow to run the repository structure update script every hour and allow manual triggering. This workflow includes steps to set up Python, install dependencies, and commit and push changes if the repository structure has been updated.

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.

Add scripts to automate DIR structure format
2 participants