Add branch name validation configuration
- **Added** `.github/config.conf` for branch name prefixes configuration - **Updated** `ValidateBranchName.yml` to read and utilize branch name prefixes from the config file
This commit is contained in:
2
.github/config.conf
vendored
Normal file
2
.github/config.conf
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[branch_validation]
|
||||
valid_prefixes = feature/,fix/,refactoring/,testing/,dependabot/,gh-pages
|
Reference in New Issue
Block a user