Skip to content

refactor: batch update of project dependencies and configurations #19

refactor: batch update of project dependencies and configurations

refactor: batch update of project dependencies and configurations #19

Workflow file for this run

---
name: 'add-reviews'
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.6
...