https://github.com/elgohr/github-action-analyzer

Analyzer for the usage of Github Actions

https://github.com/elgohr/github-action-analyzer

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary

Keywords

actions analyzer github statistics usage
Last synced: 5 months ago · JSON representation

Repository

Analyzer for the usage of Github Actions

Basic Info
  • Host: GitHub
  • Owner: elgohr
  • License: mit
  • Language: Go
  • Default Branch: main
  • Size: 129 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
actions analyzer github statistics usage
Created about 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

Github-Action-Analyzer

Analyzes the usage of Github Actions

Install

go get github.com/elgohr/github-action-analyzer
Make sure to have GOBIN in the PATH.

Usage

At the moment there is just a summary $ github-action-analyzer -name=my-repository -access-token=my-token summary { "TotalRepositories": 1020, "TotalSteps": 1270, "With": { "myWithFirstOption": 20 "myWithSecondOption": 1 }

Owner

  • Name: Lars Gohr
  • Login: elgohr
  • Kind: user
  • Location: Wolfsburg

Father, Open Source guy, Triathlete. Software engineer @ PowerCo. Likes working in agile environments.

GitHub Events

Total
  • Delete event: 4
  • Push event: 3
  • Pull request event: 8
  • Create event: 3
Last Year
  • Delete event: 4
  • Push event: 3
  • Pull request event: 8
  • Create event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 72
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.08
  • Merged pull requests: 67
  • Bot issues: 0
  • Bot pull requests: 72
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (73)
  • renovate[bot] (9)
Top Labels
Issue Labels
Pull Request Labels
dependencies (73) go (63) github_actions (7)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 15
proxy.golang.org: github.com/elgohr/github-action-analyzer
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Forks count: 9.0%
Average: 9.0%
Dependent repos count: 9.3%
Stargazers count: 10.9%
Last synced: 8 months ago

Dependencies

go.mod go
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/stretchr/testify v1.8.0
  • github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
  • github.com/urfave/cli/v2 v2.11.2
  • github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
  • github.com/urfave/cli/v2 v2.11.2
  • github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/assign.yml actions
  • pozil/auto-assign-issue v1 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
.github/workflows/automerge.yml actions