Skip to content

Commit bea63d1

Browse files
Merge branch 'main' into fix/tests
2 parents d975d49 + 47eb409 commit bea63d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/auto_merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- name: Approve and enable auto-merge for bots
3333
if: steps.check-skip.outputs.allow == 'true'
3434
run: |
35-
gh pr review --body "$PR_URL" "auto-approved"
36-
gh pr review --approve "$PR_URL"
35+
gh pr review --approve --body "auto-approved" "$PR_URL"
3736
gh pr merge --auto --squash "$PR_URL"
3837
env:
3938
PR_URL: ${{github.event.pull_request.html_url}}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: schema.json
33
repos:
44

55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer

0 commit comments

Comments
 (0)