mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Update contributing-agreement.yml
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user