Change name and prepare for push

This commit is contained in:
2026-07-28 18:03:43 +02:00
parent 42dcceaf4b
commit a0098a3946
9 changed files with 95 additions and 40 deletions

View File

@@ -105,7 +105,7 @@ func (c *GitHubClient) query(
}
req.Header.Set("Authorization", "Bearer "+c.token)
req.Header.Set("Content-Type", "application/json")
req.Header.Set("User-Agent", "gh-threads")
req.Header.Set("User-Agent", "diple")
resp, err := c.http.Do(req)
if err != nil {