sevenc-nanashi/Approve Counter
マージキューのためのスコアベースのApprove数チェッカー。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | APIに使うアクセストークン。 | — | ${{ github.token }} |
| event | github.event。 | — | ${{ toJson(github.event) }} |
| ref | github.ref。 | — | ${{ github.ref }} |
| score_rules | スコアのルール。 | yes | — |
| required_score | 必要なスコア。 | yes | — |
| on_fail | 失敗時の挙動。 | — | fail |
Outputs
| name | description |
|---|---|
| score | スコア。 |
| result | 結果。 |