Skip to content

chore(VSpeedDial): remove unused mode for transition group #195

chore(VSpeedDial): remove unused mode for transition group

chore(VSpeedDial): remove unused mode for transition group #195

Workflow file for this run

name: Close issues
on:
push:
branches:
- dev
- next
- v2-stable
- v2-dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
close:
runs-on: ubuntu-latest
if: github.repository_owner == 'vuetifyjs'
steps:
- uses: vuetifyjs/close-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}