mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-11 07:34:11 +03:00
13 lines
219 B
YAML
13 lines
219 B
YAML
name: Pull request auto assign
|
|
|
|
# on: pull_request
|
|
on:
|
|
pull_request:
|
|
types: [opened, ready_for_review]
|
|
|
|
jobs:
|
|
add-reviews:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: kentaro-m/auto-assign-action@v1.2.4
|