Skip to content

After undoing 'Block this site,' the filter pill shows 'No blog subscriptions', but the post remains visible in 'Subscriptions' section #2152

After undoing 'Block this site,' the filter pill shows 'No blog subscriptions', but the post remains visible in 'Subscriptions' section

After undoing 'Block this site,' the filter pill shows 'No blog subscriptions', but the post remains visible in 'Subscriptions' section #2152

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