Skip to content

"Get paid" button in "Store setup" Dashboard card opening to Woo onboarding instead of Payments onboarding #2878

"Get paid" button in "Store setup" Dashboard card opening to Woo onboarding instead of Payments onboarding

"Get paid" button in "Store setup" Dashboard card opening to Woo onboarding instead of Payments onboarding #2878

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: '[
"^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 }}