A bot that searches a repository’s issues for potential duplicates.
For now, it acts as a Fibonacci bot that extracts numbers from a pull request (PR) and calculates their Fibonacci values.
steps:
- name: Compute Fibbot
uses: @marcjazz/ticket-assistant@v1
with:
enable_fib: true
max_threshold: 105
pr_number: ${{ github.event.pull_request.number }}Fixes:
- "pontential" → "potential"
- "threshhold" → "threshold"
- Removed unnecessary
-before parameters in YAML (they should be key-value pairs).
To run the action locally, clone the repository:
git clone https://github.com/Marcjazz/ticket-assistant.gitRun the following command:
trueenables Fibonacci computation.105sets the maximum threshold.
make start true 105Fixes:
- Clarified explanation of arguments.
- Added missing parameter
100to match expected usage.
Run the following command to execute test cases:
cargo testThis project is licensed under the MIT License - see the LICENSE file for details.