b0b21948066f09c5ae50427eb97b0b6dc8f52d62
The staging deploy runs on push to a non-main branch and tries to comment the staging URL on the branch's PR. When the branch is pushed before the PR exists (the common case), the comment is skipped and never reappears once the PR is opened. Add a pull_request [opened, reopened] trigger and move the comment into its own job that runs both after a successful push-deploy and on PR open/reopen. The branch is taken from github.head_ref on PR events and github.ref_name on push; the existing dedupe-by-body keeps the two paths from double-posting. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RF5L4HtbcykTfY9YUYGds3
Timetracker
A simple game catalogue and play session tracker.
Development
The project uses uv to manage Python versions and dependencies.
Simply run:
make init
This installs the correct Python version, syncs all dependencies, and installs npm packages.
Afterwards, you can start the development server using make dev.
Description
Releases
23
Languages
Python
76.1%
JavaScript
9.5%
TypeScript
9.3%
HTML
3.9%
CSS
0.4%
Other
0.8%