Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a CODEOWNERS file. #159

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Introduce a CODEOWNERS file. #159

merged 1 commit into from
Dec 12, 2024

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Dec 12, 2024

What?

This introduces a CODEOWNERS file for the repository.

Why?

Because Props Bot can be run in both public and private repositories, it's important to ensure changes are properly reviewed before merging to ensure potential security risks are properly considered.

How?

GitHub does not currently support configuring a rule that requires a member of a specific team to review a PR before allowing to merge, but it does support a requirement that at least one review from a listed member of the CODEOWNER file provides a review. This rule is now in effect, so this uses that file to specify the @WordPress/props-bot-core team as a requirement.

@desrosj desrosj self-assigned this Dec 12, 2024
Copy link

github-actions bot commented Dec 12, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core SVN

Core Committers: Use this line as a base for the props when committing in SVN:

Props desrosj, johnbillion.

GitHub Merge commits

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: desrosj <[email protected]>
Co-authored-by: johnbillion <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@desrosj desrosj requested a review from johnbillion December 12, 2024 15:36
@desrosj desrosj merged commit 135002b into trunk Dec 12, 2024
7 checks passed
@desrosj desrosj deleted the add/codeowners branch December 12, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants