fix formatting

This commit is contained in:
Matthew Phillips 2022-09-22 16:31:49 -04:00
parent 1bd3c29aa6
commit a66497202d

View file

@ -7,7 +7,8 @@ on: pull_request # run on pull request events
# 2. Send PR disapproval
permissions:
pull-requests: write # grant write permission on the pull-requests endpoint
# grant write permission on the pull-requests endpoint
pull-requests: write
jobs:
check:
runs-on: ubuntu-latest
@ -19,15 +20,6 @@ jobs:
files: |
.changeset/**/*.md
- name: Check if any changesets contain minor changes
run: |
echo "Listing changed files..."
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
if grep -q "'astro': minor" "$file"; then
# Some Actions
fi
done
- name: Send PR review
run: | # approve the pull request