This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Expended README with Setup Instructions, Prerequisites, and Database Driver Configuration #246
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "auto assign" | |
on: | |
pull_request_target: | |
branches: ["dev"] | |
types: [opened, ready_for_review] | |
jobs: | |
auto-assign: | |
name: auto-assign | |
runs-on: ubuntu-latest | |
steps: | |
- name: Automatically assign reviewers | |
uses: kentaro-m/auto-assign-action@v2.0.0 |