actions-marketplace-validations/Github Organization Activity Report
Create a user activity report for a Github organization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github access token for the organization | yes | — |
| organization | The organization to create the report for | yes | — |
| since-days | The number of days in the past to search for activity for | yes | 90 |
| since | The ISO-8601 since date. "2023-12" is equal to "2023-12-01T00:00:00.000Z" | — | — |
| until | The ISO-8601 until date. This value is exclusive. E.g. "2024-01" will include results until "2023-12-31T23:59:59.999Z" | — | — |
| analyze-commits | Enable to analyze commits | — | true |
| analyze-commits-on-all-branches | Enable to analyze commits on all branches. By default only commits on the default branches are analyzed. Ignored if analyze-commits is false | — | false |
| analyze-issues | Enable to analyze issues | — | true |
| analyze-issue-comments | Enable to analyze issue comments | — | true |
| analyze-pull-requests | Enable to analyze pull requests | — | true |
| analyze-pull-request-comments | Enable to analyze pull requests comments | — | true |
| analyze-discussions | Enable to analyze discussions | — | true |
| analyze-discussion-comments | Enable to analyze discussions comments | — | true |
| create-json | Save the report as json file to this path | no | false |
| create-csv | Save the report as csv file to this path | no | false |
| create-summary | Write the report as step summary to the github action | — | true |
Outputs
no outputs