fix formatting
This commit is contained in:
parent
1bd3c29aa6
commit
a66497202d
1 changed files with 13 additions and 21 deletions
12
.github/workflows/block-merge.yml
vendored
12
.github/workflows/block-merge.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue