From 9203c93d1eed3c25e95d189b7b657899219878ac Mon Sep 17 00:00:00 2001 From: Assem Hasna Date: Tue, 11 Aug 2026 14:10:33 +0200 Subject: [PATCH] feat(verifier): allow cow-github-bot web-flow commits --- verify_commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify_commits.sh b/verify_commits.sh index 0686fc0..02096a5 100755 --- a/verify_commits.sh +++ b/verify_commits.sh @@ -11,7 +11,7 @@ WORKDIR="$(mktemp -d)" trap 'rm -rf "$WORKDIR"' EXIT WEBFLOW_EMAIL="noreply@github.com" -WEBFLOW_BOT_LOGINS=("renovate[bot]" "github-actions[bot]") +WEBFLOW_BOT_LOGINS=("renovate[bot]" "github-actions[bot]" "cow-github-bot[bot]") ALLOWED_AUTOMATED_LOGINS=("cow-protocol") SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"