Skip to content

Textarea: HelperText should appear above the textarea #899

Textarea: HelperText should appear above the textarea

Textarea: HelperText should appear above the textarea #899

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 != 'enowak1031' && github.actor != 'HarshithaNous' && github.actor != 'msankaran0712' }}
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0
repo-token: '${{ secrets.GITHUB_TOKEN }}'