[Woo POS] The exit animation from the onboarding screen in POS doesn't match with the enter animation #2910
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |