peaceiris/Suggest Related Links Action
A GitHub Action to suggest related or similar issues, documents, and links. Based on the power of NLP and fastText.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Set a generated GITHUB_TOKEN for posting a comment. | no | ${{ github.token }} |
| mode | Set a save or suggest | no | save |
| language | Set a target language. | no | en |
| threshold | Set a relevance threshold. | no | 0.7 |
| max_links | Set a maximum number of related links that are suggested. | no | 3 |
| repository | Set a repository name of issue source. (e.g. peaceiris/actions-gh-pages) | no | ${{ github.repository }} |
| custom_training_data | Set paths to JSON files including custom training data. | no | "" |
| train_issues | Set this to true to train issue data. | no | true |
| unclickable | Set true to post unclickable links. | no | false |
Outputs
| name | description |
|---|---|
| json_path | A path to a JSON file that contains results. |