actions-marketplace-validations/Is the user stargazer?
Checks if the user is a stargazer (starred a repo or not)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub auth token. Since there's a default, this is typically not supplied by the user | no | ${{ github.token }} |
| username | GitHub username to check (eg. octocat) | no | ${{ github.actor }} |
| repository | Target repository (eg. octocat/Hello-World) | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| is-stargazer | User starred a repo or not (true|false) |