Skip to content

Commit

Permalink
Add alerts pull request template (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
omega-takai committed Mar 18, 2024
1 parent f926e99 commit 558d250
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/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 558d250

Please sign in to comment.