Skip to content

Commit

Permalink
Create auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored Sep 11, 2023
1 parent 74827b1 commit 7b655a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto approve

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'pre-commit-ci[bot]'
steps:
- uses: hmarr/auto-approve-action@v3
with:
review-message: "Auto approved automated PR"

0 comments on commit 7b655a2

Please sign in to comment.