Program to simplify PCI double approval process across repositories
- Install nix
- Run
nix-shell
- Run
cargo build
- Run
cargo test
- Run
cargo deny check
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