chore(scripts): commit or remove untracked watch_deploy.sh #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low (chore)
scripts/watch_deploy.sh(the Gitea Actions deploy watcher) exists in the working tree but is untracked — it's the only untracked file in the repo. It's a useful, self-contained tool (pollsdocker-build/web-wasm-rebuildruns, reads the token from~/.config/tea/config.yml, never prints it).Either commit it (suggested:
chore(scripts): add Gitea deploy watcher) or delete it if it was a one-off. Leaving it untracked risks silent loss and confusesgit statushygiene.Found during scripted repo review, 2026-07-06.