austenstone/Seat Count
Count the remaining seats in your GitHub plan. License notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| org | The org to use for the action | no | ${{ github.event.organization.login }} |
| enterprise | The enterprise to use for the action | no | ${{ github.event.organization.login }} |
Outputs
| name | description |
|---|---|
| filled_seats | The number of filled seats |
| seats | The total number of seats |
| percentage | The percentage of total seats used |
| remaining | The number of remaining seats |
| name | The name of the plan |
| space | The package space remaining |
| private_repos | The number of private repos |