Skip to content

Activity Log: Media upload activity should open link in Media section (not webview) #4965

Activity Log: Media upload activity should open link in Media section (not webview)

Activity Log: Media upload activity should open link in Media section (not webview) #4965

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.1.2.1
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! 👍'
cancel-running-jobs: false
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_TOKEN }}