vitalisn4/FibBot
A GitHub Action to calculate Fibonacci numbers from PR content.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_number | The number of the pull request. | no | — |
| enable_fib | Enable Fibonacci calculation (true/false). | no | true |
| max_threshold | Maximum threshold for Fibonacci calculation. | no | 100 |
| github_token | GitHub token to interact with GitHub API. | yes | ${{ github.token }} |
Outputs
no outputs