Skip to content

Commit

Permalink
feat: create autoapprove.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Mar 21, 2024
1 parent 0601bb3 commit 3e6bf0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Auto Approve Releases

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write${{ }}
if: github.actor == 'chrisvander' && contains(github.event.pull_request.title, "release pkl-biome")
steps:
- uses: hmarr/auto-approve-action@v4

0 comments on commit 3e6bf0a

Please sign in to comment.