This Action wrap howdoi cli : it will search with howdoi cli a solution of an issue title, and post it as answer.
Github action will add answer in issue comment.
on:
issues:
types:
- opened
name: Search for solution with HowDoI
jobs:
howdoi:
runs-on: ubuntu-latest
steps:
- uses: ameausoone/howdoi-action@v1