This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 1ebbed6 RATIS-2534. Skip zizmor on dependabot push (#114)
1ebbed6 is described below
commit 1ebbed6cadc023c9e6db0db6b64be0ac25ba9b3e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu May 14 20:51:53 2026 +0200
RATIS-2534. Skip zizmor on dependabot push (#114)
---
.github/workflows/zizmor.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index 6b7263f..206ff2c 100644
--- a/.github/workflows/zizmor.yml
+++ b/.github/workflows/zizmor.yml
@@ -17,6 +17,10 @@ name: zizmor
on:
push:
+ branches-ignore:
+ - 'dependabot/**'
+ tags:
+ - '**'
pull_request:
permissions: { }