joshjohanning/GitHub Organization Readme Badge Generator
An action to create markdown badges for your GitHub organization's README.md file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | The GitHub organization to query | yes | ${{ github.repository_owner }} |
| token | PAT or GitHub App token to query the GitHub API | yes | ${{ github.token }} |
| graphql_url | The URL to the GitHub GraphQL API endpoint | yes | ${{ github.graphql_url }} |
| days | For stats that have a date window, the number of days to query for | yes | 30 |
| color | The color of the badge message (right side) | no | blue |
| label_color | The color of the badge label (left side) | no | 555 |
Outputs
| name | description |
|---|---|
| badges | The badge markdown to add to your README.md file |