hakaru/App Store Review Monitor
Monitor App Store Connect review status and create GitHub Issues on status changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | App Store Connect App ID | yes | — |
| asc-key-id | App Store Connect API Key ID | yes | — |
| asc-issuer-id | App Store Connect Issuer ID | yes | — |
| asc-private-key | App Store Connect API Private Key (.p8 contents) | yes | — |
| github-token | GitHub token for creating issues (defaults to github.token) | no | — |
| issue-label | Label for status cache issues | — | asc-monitor |
| version-id | Specific App Store Version ID to monitor (optional, defaults to latest) | no | — |
| slack-webhook-url | Slack Incoming Webhook URL for notifications (optional) | no | — |
| discord-webhook-url | Discord Webhook URL for notifications (optional) | no | — |
| teams-webhook-url | Microsoft Teams Incoming Webhook URL for notifications (optional) | no | — |
Outputs
| name | description |
|---|---|
| status | Current review status |
| version | Version string |
| changed | Whether status changed (true/false) |
| issue-number | Created issue number (if status changed) |