Skip to content

Update pre-commit hook renovatebot/pre-commit-hooks to v39.113.0 #975

Update pre-commit hook renovatebot/pre-commit-hooks to v39.113.0

Update pre-commit hook renovatebot/pre-commit-hooks to v39.113.0 #975

Workflow file for this run

---
name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 5
steps:
- name: Auto Assign
uses: kentaro-m/auto-assign-action@v2.0.0
if: ${{ github.event.pull_request.assignee == null && join(github.event.pull_request.assignees) == '' }}
with:
configuration-path: .github/auto_assign.yml