-
Notifications
You must be signed in to change notification settings - Fork 209
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 Update structure workflow #12
Conversation
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly! |
@yashksaini-coder please reorder the project structure like a way in which all the folders come on top with the |
@UTSAVS26 As you can see the changes below the project structure is automatically updated after I add a basic Data-science.md This will be the same to all the files that are uploaded inside other folders. Also the workflow is designed to detect any incoming changes or commits & trigger to execute the update-structure.py python script. It can also reformat the Project structure if a subfolder is also stored inside the main root folders.
|
@yashksaini-coder good work I am changing the level from |
why not |
@yashksaini-coder I will merge your PR after sometime as it showing some error at my side when it is done I will close the pr automatically you can work other issues till then. |
oh also you need to create a github token and add it in the secrets. It gives the script access to the root dir |
I will look into it thanks for the advice. |
There are no conflicts showing with the main branch. so everything will be all good. 👍🏼 I think this issue could use |
I will check it once then update the level otherwise it definitely covers |
while you are at it, can you add |
We are given strict guidelines to only add |
okh |
@UTSAVS26 can you add gssoc label in this PR & assign it to me. |
hi @UTSAVS26 can you add gssoc & hacktoberfest labels on this PR, and assign it to me |
@yashksaini-coder let me ask program manager if it is possible. |
This pull request introduces a script to automatically update the repository structure and a corresponding GitHub Actions workflow to run the script periodically. Additionally, it updates the
README.md
andrepo_structure.txt
files to reflect the new structure. The most important changes include the addition of the update script, the creation of the workflow, and the updates to the documentation files.Automation and Scripting:
.github/scripts/update_dir_structure.py
: Added a Python script to generate the repository structure, updaterepo_structure.txt
, and modify theREADME.md
with the new structure.Workflow Configuration:
.github/workflows/update-structure.yml
: Created a GitHub Actions workflow to run the update script every hour, on push events to specific branches, and manually.Documentation Updates:
README.md
: Updated the repository structure section to use markers and dynamically insert the structure generated by the script.repo_structure.txt
: Updated to reflect the current directory structure of the repository.# Pull Request for PyVerse 💡Issue Title :
WoB Participant
) WoB'24 ParticipantCloses: #4
Describe the add-ons or changes you've made 📃
What sort of change have you made:
How Has This Been Tested? ⚙️
Describe how it has been tested
Checklist: ☑️