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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0ff51d6494 Avoid running pr-validate workflow for Dependabot PRs
0ff51d6494 is described below

commit 0ff51d6494e96b08d07f914d7217a906febc58cc
Author: James Netherton <[email protected]>
AuthorDate: Wed Jun 3 15:38:47 2026 +0100

    Avoid running pr-validate workflow for Dependabot PRs
---
 .github/workflows/pr-validate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index 70ecdf81a3..66f605893c 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -65,7 +65,7 @@ permissions:  # added using 
https://github.com/step-security/secure-repo
 
 jobs:
   check-format:
-    if: github.repository == 'apache/camel-quarkus'
+    if: github.repository == 'apache/camel-quarkus' && 
github.event.pull_request.user.login != 'dependabot[bot]'
     runs-on: ubuntu-latest
     steps:
     - name: Setup apache-snapshots profile

Reply via email to