The rule {{ rule_name }} has been aborted because it was attempting to apply changes on {{ changes_size }} bugs. The maximum number of changes allowed for this rule is {{ normal_changes_max }}.


If you want to force the rule to apply changes on {{ changes_size }} bugs, please run the rule with the --no-limit flag.

{% if https_proxy -%} https_proxy={{ https_proxy }} {% endif -%} python -m bugbot.rules.{{ rule_name }} --production --no-limit

Alternatively, increase the maximum number of changes allowed for this rule.

The following are the attempted changes:

{% for i, (bugid, change) in enumerate(changes) -%} {% endfor -%}
Bug Change
{{ bugid }} {{ change }}