Skip to content

IllegalStateException: Fragment NoteListFragment{25f95e6} (3eef094f-d6b3-43ae-889d-5633e8a2996b) not attached to an acti... #25

IllegalStateException: Fragment NoteListFragment{25f95e6} (3eef094f-d6b3-43ae-889d-5633e8a2996b) not attached to an acti...

IllegalStateException: Fragment NoteListFragment{25f95e6} (3eef094f-d6b3-43ae-889d-5633e8a2996b) not attached to an acti... #25

name: 📝 Validate Issues
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
check-labels-on-issues:
uses: Automattic/dangermattic/.github/workflows/reusable-check-labels-on-issues.yml@v1.0.0
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 }}