Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanneskaeufler/github-action-mentor

A GitHub action to help you level up your programming skills
https://github.com/hanneskaeufler/github-action-mentor

actions learning mentoring mentorship

Last synced: 20 days ago
JSON representation

A GitHub action to help you level up your programming skills

Awesome Lists containing this project

README

        

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/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:

```yml
- uses: hanneskaeufler/[email protected]
if: github.event_name == 'pull_request'
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
```