mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 06:35:46 -05:00
Create auto-assign.yaml
This commit is contained in:
parent
8f1e2e0286
commit
ef8498dcba
1 changed files with 10 additions and 0 deletions
10
.github/workflows/auto-assign.yaml
vendored
Normal file
10
.github/workflows/auto-assign.yaml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: 'Auto Assign'
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.2.1
|
Loading…
Reference in a new issue