auto-update-daily-20260202
 1# gh-news configuration
 2# See https://github.com/chmouel/gh-news for all options
 3
 4auto_refresh_interval = 240
 5api_timeout = 30
 6pagination_size = 50
 7show_read = false
 8participating_only = false
 9default_preview_mode = "vertical"
10repos_collapsed = false
11auto_mark_read = false
12
13# Desktop notifications via notify-send
14on_new_notification_command = "notify-send --app-name=gh-news --icon=github --urgency=normal --expire-time=5000 'GitHub: $GH_NEWS_REPO' '$GH_NEWS_TITLE'"
15
16# Custom actions
17[[actions]]
18name = "Open in lazypr"
19command = "lazypr {url}"
20interactive = true
21
22[[actions]]
23name = "Copy URL"
24command = "echo -n {url} | wl-copy"
25interactive = false
26
27[[actions]]
28name = "Open lazyworktree"
29command = "cd $(repo-find {full_name}) && lazyworktree"
30interactive = true
31
32[[actions]]
33name = "Create worktree from PR"
34command = "cd $(repo-find {full_name}) && lazyworktree create --from-pr $(echo {url} | grep -oE 'pull/[0-9]+' | grep -oE '[0-9]+')"
35interactive = true
36
37[[actions]]
38name = "Review with Claude"
39command = "gh-news-review -d {url}"
40interactive = false
41
42[[actions]]
43name = "Review with Claude (yolo)"
44command = "gh-news-review -d -y {url}"
45interactive = false