Skip to content

Commit

Permalink
Add auto-approval action for Owner (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Sep 19, 2024
2 parents 143f25a + ddee9ec commit e00219e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto approve
on:
pull_request:
types:
- opened
branches:
- "master"

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dansheps'
steps:
- uses: hmarr/auto-approve-action@v4

0 comments on commit e00219e

Please sign in to comment.