Rename auto-assign.yaml to auto-assign.yml

This commit is contained in:
Vipul 2022-05-02 13:02:07 +05:30 committed by GitHub
parent ef8498dcba
commit ca0688b4ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/workflows/auto-assign.yml vendored Normal file
View 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