CODEOWNERS does not add default reviewers #12571

Closed
opened 2025-11-02 10:14:26 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @dev1way on GitHub (Mar 1, 2024).

Description

I want to add default reviewers on each PR in my repo.

I read the documentation and created CODEOWNERS file.
CODEOWNERS:

### Default reviewers
* @username @Company/Team

But nothing happened.

I've checked the branch settings, and found nothing about "Enabling Code Owners" or smth.

Is there any mistake, or option to add default reviewers?

Gitea Version

1.21.4

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

The gitea is located in the local infrastructure

Database

None

Originally created by @dev1way on GitHub (Mar 1, 2024). ### Description I want to add default reviewers on each PR in my repo. I read the documentation and created CODEOWNERS file. CODEOWNERS: ``` ### Default reviewers * @username @Company/Team ``` But nothing happened. I've checked the branch settings, and found nothing about "Enabling Code Owners" or smth. Is there any mistake, or option to add default reviewers? ### Gitea Version 1.21.4 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? The gitea is located in the local infrastructure ### Database None
GiteaMirror added the issue/needs-feedback label 2025-11-02 10:14:26 -06:00
Author
Owner

@delvh commented on GitHub (Mar 1, 2024):

<regexp rule>

*

I think it should be .*

@delvh commented on GitHub (Mar 1, 2024): > \<regexp rule> > `*` I think it should be `.*`
Author
Owner

@lunny commented on GitHub (Mar 1, 2024):

It should be *.*. Take a look at my example at https://gitea.com/lunny/codeowner-example/src/branch/main/.gitea/CODEOWNERS

@lunny commented on GitHub (Mar 1, 2024): It should be `*.*`. Take a look at my example at https://gitea.com/lunny/codeowner-example/src/branch/main/.gitea/CODEOWNERS
Author
Owner

@delvh commented on GitHub (Mar 1, 2024):

*.*?
Sounds weird. What sort of regex is that?

@delvh commented on GitHub (Mar 1, 2024): `*.*`? Sounds weird. What sort of regex is that?
Author
Owner

@GiteaBot commented on GitHub (Mar 31, 2024):

We close issues that need feedback from the author if there were no new comments for a month. 🍵

@GiteaBot commented on GitHub (Mar 31, 2024): We close issues that need feedback from the author if there were no new comments for a month. :tea:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12571