You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`GH_ENTERPRISE_URL`| False | "" | The `GH_ENTERPRISE_URL` is used to connect to an enterprise server instance of GitHub. github.com users should not enter anything here. |
90
-
|`ORGANIZATION`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the GitHub organization which you want the contributor information of all repos from. ie. github.com/github would be `github`|
91
-
|`REPOSITORY`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the repository and organization which you want the contributor information from. ie. `github/contributors` or a comma separated list of multiple repositories `github/contributor,super-linter/super-linter`|
92
-
|`START_DATE`| False | Beginning of time | The date from which you want to start gathering contributor information. ie. Aug 1st, 2023 would be `2023-08-01`. |
93
-
|`END_DATE`| False | Current Date | The date at which you want to stop gathering contributor information. Must be later than the `START_DATE`. ie. Aug 2nd, 2023 would be `2023-08-02`|
94
-
|`SPONSOR_INFO`| False | False | If you want to include sponsor information in the output. This will include the sponsor count and the sponsor URL. This will impact action performance. ie. SPONSOR_INFO = "False" or SPONSOR_INFO = "True" |
95
-
|`LINK_TO_PROFILE`| False | True | If you want to link usernames to their GitHub profiles in the output. ie. LINK_TO_PROFILE = "True" or LINK_TO_PROFILE = "False" |
|`GH_ENTERPRISE_URL`| False | "" | The `GH_ENTERPRISE_URL` is used to connect to an enterprise server instance of GitHub. github.com users should not enter anything here. |
90
+
|`ORGANIZATION`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the GitHub organization which you want the contributor information of all repos from. ie. github.com/github would be `github`|
91
+
|`REPOSITORY`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the repository and organization which you want the contributor information from. ie. `github/contributors` or a comma separated list of multiple repositories `github/contributor,super-linter/super-linter`|
92
+
|`START_DATE`| False | Beginning of time | The date from which you want to start gathering contributor information. ie. Aug 1st, 2023 would be `2023-08-01`. |
93
+
|`END_DATE`| False | Current Date | The date at which you want to stop gathering contributor information. Must be later than the `START_DATE`. ie. Aug 2nd, 2023 would be `2023-08-02`|
94
+
|`SPONSOR_INFO`| False | False | If you want to include sponsor information in the output. This will include the sponsor count and the sponsor URL. This will impact action performance. ie. SPONSOR_INFO = "False" or SPONSOR_INFO = "True" |
95
+
|`LINK_TO_PROFILE`| False | True | If you want to link usernames to their GitHub profiles in the output. ie. LINK_TO_PROFILE = "True" or LINK_TO_PROFILE = "False" |
96
96
|`ACKNOWLEDGE_COAUTHORS`| False | True | If you want to include co-authors from commit messages as contributors. Co-authors are identified via the `Co-authored-by:` trailer in commit messages. The action will extract GitHub usernames from GitHub noreply emails (e.g., `[email protected]`) or use the full email address for other email domains. This will impact action performance as it requires scanning all commits. ie. ACKNOWLEDGE_COAUTHORS = "True" or ACKNOWLEDGE_COAUTHORS = "False" |
97
97
98
98
**Note**: If `start_date` and `end_date` are specified then the action will determine if the contributor is new. A new contributor is one that has contributed in the date range specified but not before the start date.
0 commit comments