Skip to content

Commit

Permalink
Update action example
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 23, 2024
1 parent a368c7e commit 184e152
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ Program to simplify PCI double approval process across repositories
pear-reviewer can be used as a GitHub Actions workflow to comment the review template on PRs.

```yaml
name: pear-reviewer
on:
name: Pear Reviewer
"on":
pull_request:
branches:
- '*'

permissions:
pull-requests: write
paths:
- 'helm-charts/**'

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

0 comments on commit 184e152

Please sign in to comment.