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:
      - '*'

permissions:
  pull-requests: write

jobs:
  review:
    name: Review
    runs-on: ubuntu-latest
    steps:
      - uses: sapcc/pear-reviewer@main

About

Program to simplify PCI double approval process across repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages