mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
Rename auto-assign.yaml to auto-assign.yml
This commit is contained in:
parent
ef8498dcba
commit
ca0688b4ab
1 changed files with 0 additions and 0 deletions
10
.github/workflows/auto-assign.yml
vendored
Normal file
10
.github/workflows/auto-assign.yml
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…
Add table
Add a link
Reference in a new issue