mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
Create auto-assign.yaml
This commit is contained in:
parent
8f1e2e0286
commit
ef8498dcba
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 New Issue
Block a user