Github says I can assign different code owners for different branch.
but how?
Is there any way for having different file for different branch without any conflict on merging??
please let me know how I can do it.
Each CODEOWNERS file assigns the code owners for a single branch in the repository. Thus, you can assign different code owners for different branches, such as @octo-org/codeowners-team for a code base on the default branch and @octocat for a GitHub Pages site on the gh-pages branch.