- **Added** `.github/config.conf` for branch name prefixes configuration - **Updated** `ValidateBranchName.yml` to read and utilize branch name prefixes from the config file
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
[branch_validation]
|
|
valid_prefixes = feature/,fix/,refactoring/,testing/,dependabot/,gh-pages
|