Skip to content

Commit

Permalink
Merge pull request #129 from chenrui333/ignore-ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Nov 17, 2024
2 parents 69c6fc7 + 96e4450 commit 57a256c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate-prs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"charmcraft",
# Hopelessly complicated build
"pytorch",
# ansible-lint depends on ansible, which can be handled when ansible got updated
# and there is also complexity if the vulnerability is in ansible-core, which would cause
# ansible-core version discrepancy between ansible and ansible-lint
"ansible-lint",
]

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

0 comments on commit 57a256c

Please sign in to comment.