This is the administrative and configuration repository for the BowenAI organization. It contains organization-wide configurations, community health files, templates, and the public organization profile.
profile/README.md: The landing page README that is displayed on the main BowenAI organization profile page.profile/bowenai-banner.svg: Custom brand banner assets..github/workflows/update-profile-readme.yml: The automation workflow that runs daily to query all public repositories in the organization and dynamically update the profile list.
- File:
.github/workflows/update-profile-readme.yml - Schedule: Daily at
03:00 UTC - Trigger: Can also be run manually via the Actions tab.
- Function: Uses the GitHub API to list public organization repositories, formats them, and writes them between the
<!--START-REPO-LIST-->and<!--END-REPO-LIST-->placeholders inprofile/README.md.
To make updates to the organization profile:
- Edit the core structure in
profile/README.md(do not manually modify the content between the<!--START-REPO-LIST-->tags as it will be overwritten by the bot). - Commit and push the changes to
main. - Manually run the Update Org Profile README workflow in the Actions tab to update the repository list immediately.