mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
17 lines
351 B
YAML
17 lines
351 B
YAML
name: 'Auto Assign PR Creator'
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
add-reviews:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
steps:
|
|
- uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b
|
|
with:
|
|
configuration-path: '.github/auto_assign.yml'
|