The problem is that package maintainers should create new EPEL10 branches through the package-request process, but currently users can push those branches directly through distgit. Since EPEL branch names are matched in the Unspecified Blacklist regex array, this PR would make it for them to be filtered when creating new branches with those names.
This PR is a proposal to fix releng#12457.
The problem is that package maintainers should create new EPEL10 branches through the package-request process, but currently users can push those branches directly through distgit. Since EPEL branch names are matched in the Unspecified Blacklist regex array, this PR would make it for them to be filtered when creating new branches with those names.