1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
pooneyy a274359c96
Merge branch 'config' into localApps 2026-02-05 16:45:09 +08:00
pooneyy 6c21953a71
docs(ci): standardize commit message format in notice board workflow
- remove emoji prefix from automated commit message for consistency with conventional commits
- maintain clear type and scope (docs(readme)) for change tracking
2026-02-04 14:49:47 +08:00
renovate[bot] fd8befc8c7
chore(deps): update actions/checkout action to v6.0.2 (#3616) 2026-01-22 20:27:50 +00:00
renovate[bot] 9c4bb412db
chore(deps): update actions/checkout action to v6.0.1 (#2753) 2025-12-02 18:51:50 +00:00
renovate[bot] 5e410ff1c5
chore(deps): update actions/checkout action to v6 (#2587) 2025-11-22 16:56:07 +08:00
renovate[bot] 59c4362bfe
chore(deps): update actions/checkout action to v5.0.1 (#2531) 2025-11-18 03:36:41 +00:00
pooneyy 473b0ef0fc
🐛 fix(ci): fix git commit command syntax
- add missing -m flag to git commit command for proper message formatting
2025-11-12 01:56:43 +08:00
pooneyy a5c965b1df
feat(workflows): add notice board update workflow
- create new GitHub Actions workflow for automated notice board updates
- trigger on pushes to config branch with specific YAML file changes
- configure SSH signing for secure commits
- fetch and execute Python script from gist to update README files
- automatically commit and push changes to documentation files
2025-11-07 13:50:00 +08:00