QEP-2 requires every bot-opened issue or pull request to carry automated plus at most one diagnostic label. action-check-warnings emits execution and python-warnings, neither of which exists anywhere in the standard, and does not emit automated at all. Carried over from QuantEcon/qeps#3.
The correct contract is automated + build-failure.
This depends on the software widening batch: the repositories the action opens issues in must already carry build-failure, or the emitter creates the label ad hoc and reintroduces exactly the drift QEP-2 exists to end. qe gh bots check (QuantEcon/cli#5) is what verifies the contract afterwards.
Acceptance
QEP-2 requires every bot-opened issue or pull request to carry
automatedplus at most one diagnostic label.action-check-warningsemitsexecutionandpython-warnings, neither of which exists anywhere in the standard, and does not emitautomatedat all. Carried over from QuantEcon/qeps#3.The correct contract is
automated+build-failure.This depends on the software widening batch: the repositories the action opens issues in must already carry
build-failure, or the emitter creates the label ad hoc and reintroduces exactly the drift QEP-2 exists to end.qe gh bots check(QuantEcon/cli#5) is what verifies the contract afterwards.Acceptance
automated+build-failureand no other labelqe gh bots checkpasses for this emitter