Skip to content

Commit

Permalink
Merge pull request #414 from qowoz/skiplist
Browse files Browse the repository at this point in the history
skiplist: add package sets that cause duplicate PRs
  • Loading branch information
ryantm authored Apr 27, 2024
2 parents fbd0e11 + e879b36 commit 1d6efcd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Skiplist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,17 @@ attrPathList =
eq "klee" "update repeatedly exceeded the 6h timeout",
regex
(string "python" *> few (psym isDigit) *> string "Packages.mmengine")
"takes way too long to build"
"takes way too long to build",
prefix
"linuxKernel"
"creates too many duplicate PRs",
prefix
"postgresql"
"creates too many duplicate PRs",
prefix
-- bump this when the default version is changed
"python312Packages"
"isn't the default python version"
]

nameList :: Skiplist
Expand Down

0 comments on commit 1d6efcd

Please sign in to comment.