feat(VBtn): add support for active-color prop #217
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |