Skip to content

NSRangeException: Attempted to scroll the table view to an out-of-bounds row (3) when there are only 3 rows in sect... #32

NSRangeException: Attempted to scroll the table view to an out-of-bounds row (3) when there are only 3 rows in sect...

NSRangeException: Attempted to scroll the table view to an out-of-bounds row (3) when there are only 3 rows in sect... #32

name: 📝 Validate Issues
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
check-labels-on-issues:
uses: Automattic/dangermattic/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/validate-issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-issues.yml

Invalid workflow file

error parsing called workflow ".github/workflows/validate-issues.yml" -> "Automattic/dangermattic/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
label-format-list: '[
"^\[.+\]",
"^[[:alnum:]]"
]'
label-error-message: '🚫 Please add a type label (e.g. **[Type] Enhancement**) and a feature label (e.g. **Stats**) to this issue.'
label-success-message: 'Thanks for reporting! 👍'
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_TOKEN }}