Update contributing-agreement.yml

This commit is contained in:
Ludy87
2026-08-21 22:54:40 +02:00
parent 0ac12c26bb
commit 2e08045cfc
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
name: process.env.AGREEMENT_LABEL,
});
} catch (error) {
if (error.status !== 404) {
if (error.status !== 403 && error.status !== 404) {
throw error;
}
}