Skip to content

parse-review-comments

Actions
Gets the review from PR and parse it
v1.0.1
Latest
Star (2)

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

parse-review-comments is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Gets the review from PR and parse it
v1.0.1
Latest

parse-review-comments is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.