From 7c8781ee9b6c56f29de8da032497c8f0e5aac0ec Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sun, 22 Dec 2024 15:28:18 +0330 Subject: [PATCH] chore: Clean up workflow YAML files - Removed unnecessary blank lines in the add-remove-label-on-comment.yml and check_python_dependencies.yml files to improve readability and maintainability. --- .github/workflows/add-remove-label-on-comment.yml | 1 - .github/workflows/check_python_dependencies.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/add-remove-label-on-comment.yml b/.github/workflows/add-remove-label-on-comment.yml index 0f369db7d2..a658064f09 100644 --- a/.github/workflows/add-remove-label-on-comment.yml +++ b/.github/workflows/add-remove-label-on-comment.yml @@ -17,4 +17,3 @@ on: jobs: add_remove_labels: uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master - diff --git a/.github/workflows/check_python_dependencies.yml b/.github/workflows/check_python_dependencies.yml index b691e68d4b..6d21cf4891 100644 --- a/.github/workflows/check_python_dependencies.yml +++ b/.github/workflows/check_python_dependencies.yml @@ -36,4 +36,3 @@ jobs: --ignore https://github.com/edx/edx-name-affirmation \ --ignore https://github.com/mitodl/edx-sga \ --ignore https://github.com/open-craft/xblock-poll -