This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 1aa53de  Fix YAML style
1aa53de is described below

commit 1aa53de74845c01fec63590b11585cb02baf1fde
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Apr 6 19:19:03 2026 +0100

    Fix YAML style
---
 .github/workflows/allowlist-checker.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/allowlist-checker.yml 
b/.github/workflows/allowlist-checker.yml
index d54a771..e2f1e00 100644
--- a/.github/workflows/allowlist-checker.yml
+++ b/.github/workflows/allowlist-checker.yml
@@ -19,10 +19,10 @@ name: "ASF Allowlist Check"
 "on":
   workflow_dispatch:
   pull_request:
-    paths: [".github/**","**/action.yml"]
+    paths: [".github/**", "**/action.yml"]
   push:
     branches: [main]
-    paths: [".github/**","**/action.yml"]
+    paths: [".github/**", "**/action.yml"]
 permissions:
   contents: read
 jobs:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to