Convert CI auto-sort system to Gitea Actions
- Move workflow from ci/auto-sort-files.yml to .gitea/workflows/auto-sort-files.yml - Update workflow to use CI_BOT_TOKEN secret for Gitea authentication - Configure proper git push URL for Gitea repository - Update ci/README.md with comprehensive Gitea Actions setup instructions - Add GITEA-ACTIONS-SETUP.md with detailed configuration guide - Update README.md to reference Gitea Actions setup documentation - Remove old GitHub Actions workflow file - Provide step-by-step token creation and repository secret configuration - Include troubleshooting guide and security considerations
This commit is contained in:
@@ -163,6 +163,12 @@ This project follows **Semantic Versioning 2.0.0** and **Harvard Data Management
|
||||
- **CI Auto-Sort**: Use DS_ prefix for datasheets, IMG_ prefix for images
|
||||
- **Examples**: `my-project_bom_v1.2.0_2024-08-04.csv`, `DS_STM32F401_datasheet_2024-08-11.pdf`
|
||||
|
||||
### CI Auto-Sort System
|
||||
This template includes an automated file organization system:
|
||||
- **DS_ prefix**: Datasheets automatically moved to `docs/datasheets/`
|
||||
- **IMG_ prefix**: Images automatically moved to `docs/images/`
|
||||
- **Setup required**: See [GITEA-ACTIONS-SETUP.md](GITEA-ACTIONS-SETUP.md) for configuration
|
||||
|
||||
### Initial Setup
|
||||
```bash
|
||||
# After creating your KiCad project
|
||||
|
||||
Reference in New Issue
Block a user