Skip to content

Commit 57a256c

Browse files
authored
Merge pull request #129 from chenrui333/ignore-ansible-lint
2 parents 69c6fc7 + 96e4450 commit 57a256c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generate-prs.rb

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"charmcraft",
2727
# Hopelessly complicated build
2828
"pytorch",
29+
# ansible-lint depends on ansible, which can be handled when ansible got updated
30+
# and there is also complexity if the vulnerability is in ansible-core, which would cause
31+
# ansible-core version discrepancy between ansible and ansible-lint
32+
"ansible-lint",
2933
]
3034

3135
PR_LIMIT = ENV.fetch("HOMEBREW_AUTO_PR_LIMIT", 25).to_i

0 commit comments

Comments
 (0)