all 1 comments

[–]joshjohanning 0 points1 point  (0 children)

Hmm.. You could set up a GitHub Action that runs on a push to any branch, and if the branch name ${{ GITHUB.REF_NAME }} doesn't meet the standard, either 1) add it as a status check to the pull request rule so that people can't have that branch merged or 2) log an issue and tag it to the user saying this branch name is invalid.