[Bug Report][3.7.2] V-Treeview[iniatial selected values if the are object aren`t active in tree] #11354
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: Issue triage | |
on: | |
issues: | |
types: [opened, labeled, unlabeled, closed] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: vuetifyjs/triage-action@master | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
triageLabel: 'S: triage' | |
sponsorsFile: '.github/sponsors.yml' | |
duplicateLabel: 'duplicate' | |
triagedLabels: |- | |
T: documentation | |
T: bug | |
T: enhancement | |
T: feature | |
T: question | |
Epic | |
duplicate | |
layer 8 issue | |
invalid | |
wontfix | |
working as intended |