sapcc / pear-reviewer

Program to simplify PCI double approval process across repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pear Reviewer

Program to simplify PCI double approval process across repositories

Development

  1. Install nix
  2. Run nix-shell
  3. Run cargo build
  4. Run cargo test
  5. Run cargo deny check

GitHub Action usage

pear-reviewer can be used as a GitHub Actions workflow to comment the review template on PRs.

name: Pear Reviewer
"on":
  pull_request:
    branches:
      - '*'
    paths:
      - 'helm-charts/**'

jobs:
  review:
    name: Review
    runs-on: ubuntu-latest
    steps:
      - name: Check out code
        uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Run Pear Reviewer
        uses: sapcc/pear-reviewer@master

About

Program to simplify PCI double approval process across repositories

License:Apache License 2.0


Languages

Language:Rust 90.0%Language:Makefile 5.4%Language:Dockerfile 3.1%Language:Nix 1.3%Language:Shell 0.2%