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

Adding definition of members and authors #2308

Merged
merged 7 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/enterprise-cloud/github-enterprise-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
1. View, search and export the list of author seats

!!! note
- Codacy members will not be part of this list, only authors, users that have dome commits.
- Codacy members won't be part of this list, only authors, users that have done commits.
- In some Enterprise plans, **Members** are people that signup and joined an Organization in Codacy, and **Authors** are people that contribute to code changes. It can happen that Authors aren't Codacy Members.

Check failure on line 47 in docs/enterprise-cloud/github-enterprise-cloud.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'signup'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'signup'?", "location": {"path": "docs/enterprise-cloud/github-enterprise-cloud.md", "range": {"start": {"line": 47, "column": 61}}}, "severity": "ERROR"}
- Only Enterprise **Owners** or **Admins** will be able to view and export the list of authors.

### Limitations
Expand Down
5 changes: 3 additions & 2 deletions docs/organizations/managing-people.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

To list and manage the people in your organization, open your organization **Settings**, page **People**. This page also shows their last activity on Codacy.

!!! note
In some Enterprise plans, Codacy automatically assigns a seat to any person with at least one analyzed commit to your private repositories over the past 90 days and frees up the seat after 90 days of code analysis inactivity.
!!! note "In some Enterprise plans"
- Codacy automatically assigns a seat to any person with at least one analyzed commit to your private repositories over the past 90 days and frees up the seat after 90 days of code analysis inactivity.
- **Members** are people that signup and joined an Organization in Codacy, and **Authors** are people that contribute to code changes. It can happen that Authors aren't Codacy Members.

Check failure on line 16 in docs/organizations/managing-people.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'signup'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'signup'?", "location": {"path": "docs/organizations/managing-people.md", "range": {"start": {"line": 16, "column": 35}}}, "severity": "ERROR"}

![People in an organization](images/organization-people.png)

Expand Down
Loading