browser-wakatime icon indicating copy to clipboard operation
browser-wakatime copied to clipboard

Detect code review category based on GitHub url

Open alanhamlett opened this issue 2 years ago • 1 comments
trafficstars

When the url matches regex github.com/[^/]+/[^/]+/pull/\d+/files let's add heartbeat json payload attribute:

{
  …
  "category": "code reviewing",
  …
}

alanhamlett avatar Apr 13 '23 17:04 alanhamlett

Oh looks my #249 are similar to this issue^

By the way, if wakatime allow customed regex, I guess I can just add readthedocs.io for once, and don't need to add it for different project.


Regex feature was first requested in #25

LaoshuBaby avatar Feb 11 '24 12:02 LaoshuBaby