Skip to content

Update Select Initial Value Documentation #1212

Update Select Initial Value Documentation

Update Select Initial Value Documentation #1212

Workflow file for this run

name: 'Issue Labeler'
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
if: ${{ github.actor != 'coliff' && github.actor != 'egunther39' && github.actor != 'ElishaSamPeterPrabhu' && github.actor != 'enowak1031' && github.actor != 'HarshithaNous' && github.actor != 'mitch-trimble' && github.actor != 'msankaran0712' && github.actor != 'prashanth-offcl' && github.actor != 'prashanthr6383' }}
steps:
- uses: github/[email protected]
with:
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0
repo-token: '${{ secrets.GITHUB_TOKEN }}'