Skip to content

Commit

Permalink
update gh-dash configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Jan 6, 2025
1 parent e3164a5 commit fe890b2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion gh-dash/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
prSections:
- title: My Pull Requests
filters: is:open author:@me
- title: Needs My Review
filters: is:open review-requested:@me
- title: Involved
filters: is:open involves:@me -author:@me
issuesSections:
- title: My Issues
filters: is:open author:@me
- title: Assigned
filters: is:open assignee:@me
- title: Involved
filters: is:open involves:@me -author:@me
defaults:
prsLimit: 50
issuesLimit: 50
preview:
open: true
width: 100
pager:
diff: delta --dark --line-numbers --side-by-side
# need --paging=always
diff: delta --dark --line-numbers --side-by-side --paging=always

0 comments on commit fe890b2

Please sign in to comment.