Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

GitHub Stats Analyser

Actions
Analyse GitHub and generate statistics for a user s repositories
v1.0.0
Star (2)

Tags

 (1)

GitHub Stats Analyser

Table of Contents

Introduction

This project is a tool to analyse the statistics of a user's GitHub repositories.

It is designed to be used as a GitHub Action.

The tool is written in Python and uses the GitHub API to some of the statistics. As well it clones the repositories to be analysed and analyses the files in the repositories.

Usage

GitHub Action Example

The GitHub Action is designed to be used in a workflow.

- name: Analyse GitHub repositories
  uses: jackplowman/github-stats-analyser@latest
  with:
    repository_owner: jackplowman # Put your GitHub username here or use ${{ github.repository_owner }}

GitHub Action Inputs

Name Required Description Type Default
repository_owner yes The GitHub username of the repositories to analyse. string N/A
github-token no A GitHub token to authenticate API requests. string ${{ github.token }}

GitHub Stats Analyser is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyse GitHub and generate statistics for a user s repositories
v1.0.0

Tags

 (1)

GitHub Stats Analyser is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.