App Settings: the editor always matches the device appearance setting regardless of the in-app appearance setting #1446
This file contains hidden or 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: '[ | |
| "^\[.+\]", | |
| "^[[: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 }} |