Skip to content

Commit

Permalink
skiplist: add package sets that cause duplicate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 20, 2024
1 parent fbd0e11 commit e879b36
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 e879b36

Please sign in to comment.