mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix auto assign action (#612)
This commit is contained in:
parent
77997b1a1e
commit
cc3c563c76
3
.github/workflows/auto-assign.yaml
vendored
3
.github/workflows/auto-assign.yaml
vendored
@ -7,6 +7,9 @@ on:
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@63835bc940442c9eca8d1c8f8a2cc7fe0f45cd7b
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user