Skip to content

Commit

Permalink
Set min changed target to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 7, 2024
1 parent 9c0817c commit 5b98fd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ jobs:
if (!changedPctTarget) {
if (!parsed.new_count || parsed.new_count <= 0) {
changedPctTarget = 0;
} else if (parsed.new_count > 1500) {
changedPctTarget = 3;
} else if (parsed.new_count > 1000) {
changedPctTarget = 4;
} else if (parsed.new_count > 750) {
changedPctTarget = 5;
} else if (parsed.new_count > 500) {
Expand Down

0 comments on commit 5b98fd2

Please sign in to comment.