diff --git a/users/pbsds/home/profiles/gh-dash.nix b/users/pbsds/home/profiles/gh-dash.nix index 3562e53..57e739e 100644 --- a/users/pbsds/home/profiles/gh-dash.nix +++ b/users/pbsds/home/profiles/gh-dash.nix @@ -12,19 +12,21 @@ mkFilter = title: filters: { inherit title filters; }; in ymlFmt.generate "gh-dash-config.yml" { prSections = [ - (mkFilter "My Pulls" + (mkFilter "My PRs" "is:open author:@me") - (mkFilter "Needs Review" + (mkFilter "Review Requested" "is:open review-requested:@me") (mkFilter "Involved" "is:open involves:@me -author:@me") + (mkFilter "Community Reviewed PRs" + ''is:open is:open label:"12.approvals: 3+","12.approvals: 2","12.approved-by: package-maintainer"'') (mkFilter "First-time Py PRs" "is:open repo:nixos/nixpkgs label:\"6.topic: python\" comments:<8 draft:false label:\"12. first-time contribution\"") (mkFilter "Silent Py PRs" "is:open repo:nixos/nixpkgs label:\"6.topic: python\" -author:r-ryantm -author:fabaff draft:false review:none comments:<2") (mkFilter "Silent first-time PRs" "is:open repo:nixos/nixpkgs draft:false label:\"12. first-time contribution\" comments:<2") - (mkFilter "Nix Friends" + (mkFilter "Friends" "is:open repo:nixos/nixpkgs author:dali99 author:h7x4 author:felixalbrigtsen") ]; issuesSections = [