Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

HomeXLabs/review-comment-etiquette-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action to check review comment etiquette

Github Action to enforce reviewers to follow review etiquette

Description

This github action uses python to parse review comment, making API calls for retrieving and editing review comments

  • Scans review comments
  • Edits the review comment incase reviewer didn't Follow etiquettes
  • showing caution sign ⚠️ at beginning of original comment
  • With reference link fo PR Comment Etiquette document

Example

name: Reviewington 
on:
  pull_request_review_comment:
    types: [created, edited]
jobs:
  reviewington:
    name: reviewington check
    runs-on: ubuntu-latest
    steps:
      - name: review-comment-etiquette
        uses: HomeXLabs/[email protected]
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

License

MIT