From 0261a0e3cf0d9df6e529a280795a3ce1f7a1ab41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 11 Apr 2022 15:15:13 +0200 Subject: [PATCH 1/3] Add the new `Specify breaking` check to bors.toml --- bors.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bors.toml b/bors.toml index 717fd69d1..8ce9ec3da 100644 --- a/bors.toml +++ b/bors.toml @@ -4,5 +4,6 @@ status = [ 'Tests on windows-latest with stable', 'Run Rustfmt', ] +pr_status = ['Specify breaking'] # 3 hours timeout timeout-sec = 10800 From aa896f0e7a64ad9a96c27f094e1c50126f948552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 11 Apr 2022 15:47:50 +0200 Subject: [PATCH 2/3] Update bors.toml --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 8ce9ec3da..1e90bbc8a 100644 --- a/bors.toml +++ b/bors.toml @@ -4,6 +4,6 @@ status = [ 'Tests on windows-latest with stable', 'Run Rustfmt', ] -pr_status = ['Specify breaking'] +pr_status = ['Enforce PR labels / Specify breaking'] # 3 hours timeout timeout-sec = 10800 From 7ad582f39ff16786ae1734e28c342f7822e43030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 11 Apr 2022 19:15:23 +0200 Subject: [PATCH 3/3] Update bors.toml --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 1e90bbc8a..8ce9ec3da 100644 --- a/bors.toml +++ b/bors.toml @@ -4,6 +4,6 @@ status = [ 'Tests on windows-latest with stable', 'Run Rustfmt', ] -pr_status = ['Enforce PR labels / Specify breaking'] +pr_status = ['Specify breaking'] # 3 hours timeout timeout-sec = 10800