Skip to content

Commit

Permalink
Create pr-auto-approve.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 authored Jun 12, 2023
1 parent 808fb65 commit 9e9f660
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr-auto-approve.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto Approve
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
approve:
if: |
github.event.pull_request.user.login == github.repository_owner
&& ! github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3

0 comments on commit 9e9f660

Please sign in to comment.