We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d975d49 + 47eb409 commit bea63d1Copy full SHA for bea63d1
.github/workflows/auto_merge.yml
@@ -32,8 +32,7 @@ jobs:
32
- name: Approve and enable auto-merge for bots
33
if: steps.check-skip.outputs.allow == 'true'
34
run: |
35
- gh pr review --body "$PR_URL" "auto-approved"
36
- gh pr review --approve "$PR_URL"
+ gh pr review --approve --body "auto-approved" "$PR_URL"
37
gh pr merge --auto --squash "$PR_URL"
38
env:
39
PR_URL: ${{github.event.pull_request.html_url}}
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: schema.json
3
repos:
4
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
0 commit comments