Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hanneskaeufler/github-action-mentor
- Owner: hanneskaeufler
- License: mit
- Created: 2019-09-18T05:33:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T04:57:08.000Z (over 1 year ago)
- Last Synced: 2024-10-18T04:04:59.529Z (26 days ago)
- Topics: actions, learning, mentoring, mentorship
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```