mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 21:33:18 +03:00
13b6bb7ee3
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.5
|