Skip to content

Fix mirror of the prettier npm package for pre-commit (#357) #5

Fix mirror of the prettier npm package for pre-commit (#357)

Fix mirror of the prettier npm package for pre-commit (#357) #5

name: PR update
on:
push:
branches:
- "main"
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: "main"
required_approval_count: 1
require_passed_checks: false
sort: "created"
direction: "desc"
require_auto_merge_enabled: true