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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 207c9e94 fix: limit bundle update PR creation to the UI
207c9e94 is described below

commit 207c9e94c895ff89743424cdfac36dddbcf2f3a1
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Mon Feb 26 11:44:51 2024 +0100

    fix: limit bundle update PR creation to the UI
    
    We don't want random build cache invalidations to trigger PR creation,
    only changes in the UI.
---
 .github/workflows/main-push-ui-bundle.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main-push-ui-bundle.yml 
b/.github/workflows/main-push-ui-bundle.yml
index 682d4bc5..900c419a 100644
--- a/.github/workflows/main-push-ui-bundle.yml
+++ b/.github/workflows/main-push-ui-bundle.yml
@@ -35,6 +35,7 @@ jobs:
         uses: peter-evans/create-pull-request@v5
         with:
           base: main
+          add-paths: antora-ui-camel/**
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Regen for commit ${{ github.sha }}"
           committer: GitHub <nore...@github.com>

Reply via email to