Skip to content

add: install.sh に パッケージインストール機能を追加 #5

add: install.sh に パッケージインストール機能を追加

add: install.sh に パッケージインストール機能を追加 #5

name: PR 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@v4