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

gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8634ce0d3fc Upgrade octopin to bleeding edge (#55653)
8634ce0d3fc is described below

commit 8634ce0d3fc030aa783527ea34e2d9bd4209ceed
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Sep 14 22:04:47 2025 +0000

    Upgrade octopin to bleeding edge (#55653)
    
    Two-space before comment are added in "main" version of octopin, so
    we should use --bleeding-edge for octopin.
---
 .github/workflows/basic-tests.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index d3039932f23..ded0845e0f2 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -289,6 +289,8 @@ jobs:
         run: prek autoupdate --freeze
       - name: "Autoupdate Lucas-C hooks to bleeding edge"
         run: prek autoupdate --bleeding-edge --freeze --repo 
https://github.com/Lucas-C/pre-commit-hooks
+      - name: "Autoupdate Octopin to bleeding edge"
+        run: prek autoupdate --bleeding-edge --freeze --repo 
https://github.com/eclipse-csi/octopin
       - name: "Check if there are any changes in pre-commit hooks"
         run: git diff --exit-code
       - name: "Run automated upgrade for chart dependencies"

Reply via email to