Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): allow WEKAPP tickets in lint (#290)
### TL;DR This change introduces an additional scope 'WEKAPP-\d+' to the PR title linting configuration in our GitHub workflow. This ensures that PR titles can include the WEKAPP identifier. ### What changed? - Updated the lint_pr.yaml file to recognize and accept 'WEKAPP-\d+' as a valid scope in PR titles. ### How to test? - Create a PR with 'WEKAPP-xxx' in the title and verify that the linting workflow does not flag it as invalid. ### Why make this change? This update is necessary to allow PRs that include WEKAPP identifiers in their title, facilitating better tracking and categorization of tasks related to the WEKAPP project. ---
- Loading branch information