Skip to content

Commit

Permalink
chore: pr-auto-approve
Browse files Browse the repository at this point in the history
  • Loading branch information
haruyan-hopemucci committed Nov 20, 2023
1 parent 5b96982 commit c0ed6b1
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 c0ed6b1

Please sign in to comment.