From 1e130d8c3c4fde4ecc5726dd6028463e0b11e512 Mon Sep 17 00:00:00 2001 From: Ashique Saidalavi Date: Thu, 5 Dec 2024 19:13:53 +0530 Subject: [PATCH] Linting updates Signed-off-by: Ashique Saidalavi --- .expeditor/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 03d6f13..709a4ad 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -29,17 +29,17 @@ subscriptions: - workload: pull_request_merged:{{github_repo}}:{{release_branch}}:* actions: - built_in:bump_version: - ignore_labels: - - "Expeditor: Skip Version Bump" - - "Expeditor: Skip All" + ignore_labels: + - "Expeditor: Skip Version Bump" + - "Expeditor: Skip All" - bash:.expeditor/update_version.sh: - only_if: built_in:bump_version + only_if: built_in:bump_version - built_in:update_changelog: - ignore_labels: - - "Expeditor: Skip Changelog" - - "Expeditor: Skip All" + ignore_labels: + - "Expeditor: Skip Changelog" + - "Expeditor: Skip All" - built_in:build_gem: - only_if: built_in:bump_version + only_if: built_in:bump_version # - trigger_pipeline:habitat/build: # only_if: built_in:bump_version # ignore_labels: