Skip to content

Program to simplify PCI double approval process across repositories

License

Notifications You must be signed in to change notification settings

sapcc/pear-reviewer

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages