Skip to content

IllegalStateException: Fragment NavHostFragment{883b129} (46cff297-797a-496e-a1ad-fced1dc46ebf) has not been attached yet. #836

IllegalStateException: Fragment NavHostFragment{883b129} (46cff297-797a-496e-a1ad-fced1dc46ebf) has not been attached yet.

IllegalStateException: Fragment NavHostFragment{883b129} (46cff297-797a-496e-a1ad-fced1dc46ebf) has not been attached yet. #836

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: '[
"^type: .+",
"^feature: .+"
]'
label-error-message: '🚫 Please add a type label (e.g. **type: enhancement**) and a feature label (e.g. **feature: stats**) to this issue.'
label-success-message: 'Thanks for reporting! 👍'
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_TOKEN }}