From 668adec0d68a6fad48631fe34d0eb56a6d87ebad Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Wed, 17 Apr 2024 16:22:49 +0200 Subject: [PATCH] Fixes comment: https://github.com/kiegroup/kie-ci/pull/1552#discussion_r1568897336 --- .ci/actions/main-sync/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/actions/main-sync/action.yml b/.ci/actions/main-sync/action.yml index 2ba1c7a1..a050c7f3 100644 --- a/.ci/actions/main-sync/action.yml +++ b/.ci/actions/main-sync/action.yml @@ -13,7 +13,7 @@ inputs: main_sync_workflow_exclude_paths: description: 'Paths to be excluded during merge' required: false - default: .ci .github + default: .ci .github .asf.yaml main_sync_workflow_pr_reviewers: description: 'Reviewers for the PR' required: false