Skip to content

Conversation

@mishushakov
Copy link
Member

@mishushakov mishushakov commented Nov 19, 2024

Description by Callstackai

This PR creates a CODEOWNERS file to define default owners for the repository.

Diagrams of code changes
sequenceDiagram
    participant Repo as Repository
    participant CO as CODEOWNERS file
    participant Owners as Default Owners

    Repo->>CO: Create CODEOWNERS file
    CO->>Owners: Assign default owners
    Note over Owners: @jakubno and @ValentaTomas<br/>become default owners
    Owners->>Repo: Have ownership permissions<br/>for all files
Loading
Files Changed
FileSummary
CODEOWNERSAdds a CODEOWNERS file with default owners for the repository.

@mishushakov mishushakov merged commit c1875da into main Nov 19, 2024
2 checks passed
@ValentaTomas ValentaTomas deleted the added-codeowners branch November 20, 2024 06:33
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.

3 participants