verify patch doesn't trigger it
This commit is contained in:
parent
02b4664c70
commit
6c17cdca45
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
'astro': minor
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Just a test again
|
||||
|
|
1
.github/workflows/block-merge.yml
vendored
1
.github/workflows/block-merge.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
echo "Checking for changesets marked as minor"
|
||||
echo '::set-output name=found::false'
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
echo "$file has changed"
|
||||
if grep -q "'astro': minor" "$file"; then
|
||||
echo '::set-output name=found::true'
|
||||
echo "$file has a minor release tag"
|
||||
|
|
Loading…
Add table
Reference in a new issue