Ameausoone / howdoi-action

Github Action which respond to issue with github.com/gleitz/howdoi (awesome) tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I action

This Action wrap howdoi cli : it will search with howdoi cli a solution of an issue title, and post it as answer.

Outputs

issue comment

Github action will add answer in issue comment.

Example usage

on:
  issues:
    types:
      - opened
name: Search for solution with HowDoI
jobs:
  howdoi:
    runs-on: ubuntu-latest
    steps:
      - uses: ameausoone/howdoi-action@v1

About

Github Action which respond to issue with github.com/gleitz/howdoi (awesome) tool

License:MIT License


Languages

Language:Shell 70.7%Language:Dockerfile 29.3%