diff --git a/.github/workflows/block-merge.yml b/.github/workflows/block-merge.yml
index 71a3a1b36..3e7c13255 100644
--- a/.github/workflows/block-merge.yml
+++ b/.github/workflows/block-merge.yml
@@ -30,7 +30,7 @@ jobs:
           for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
             echo "$file was changed"
             if grep -q "'astro': minor" "$file"; then
-              # Some Actions
+              echo "$file has a minor release tag"
             fi
           done