github-codeowners Questions

1

We use a codeowners file to automatically assign reviews to Pull Requests. We also have Dependabot creating PRs for major versions. We do not want to automatically add reviews to the PRs created by...
Hydrometer asked 22/2, 2023 at 10:48

1

I have a GitHub repo which automatically requests reviews from the codeowners team (defined in .github/CODEOWNERS) when a pull request is first opened. What I want is to enforce the requirement tha...
Quinquereme asked 7/6, 2022 at 16:2

1

Solved

This is what I know so far from my understanding of Github: Github allows default reviewers whether it be for a specific type of file in any/certain location through the creation of the CODEOWNERS...
Barocchio asked 10/6, 2022 at 16:22

1

Solved

I have a file structure like so: foo/file1.c foo/file2.c foo/freeforall.c My foogroup on GitHub needs to review changes to everything in foo except freeforall.c which is a file that anyone can tou...
Tophet asked 30/12, 2022 at 17:26

1

Solved

I have created Workflow for GitHub Actions as described here: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-wi...
1

© 2022 - 2024 — McMap. All rights reserved.