1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 22:14:58 +08:00

5 Commits

Author SHA1 Message Date
renovate[bot]
01b7981d53
chore(deps): update actions/checkout action to v6 (#4231) 2026-02-26 05:45:28 +00:00
renovate[bot]
2a85c52953
chore(deps): update actions/checkout action to v5.0.1 (#4229) 2026-02-26 05:01:53 +00: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
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