Skip to content

A GitHub action to help you level up your programming skills

License

Notifications You must be signed in to change notification settings

hanneskaeufler/github-action-mentor

Repository files navigation

code style: prettier

GitHub Action Mentor

Level up your programming skills by getting bite-sized tips and tricks in your pull requests.

Usage

In your workflow file, use mentor e.g. like:

    - uses: hanneskaeufler/github-action-mentor@v1.0.2
      if: github.event_name == 'pull_request'
      with:
        githubToken: ${{ secrets.GITHUB_TOKEN }}