Skip to content

Commit

Permalink
Merge pull request #91 from lord-kyron/auto-approve
Browse files Browse the repository at this point in the history
Add auto aprooved for contributor PRs
  • Loading branch information
lord-kyron authored May 20, 2024
2 parents 819c185 + 267ec28 commit 9eb6837
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 == 'pavel-z1'
steps:
- uses: hmarr/auto-approve-action@v4
with:
review-message: "PR from contributor auto approved"

0 comments on commit 9eb6837

Please sign in to comment.