Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Auto Merge PRs

Auto Merge PRs #42

Workflow file for this run

name: Auto Merge PRs
on:
schedule:
- cron: '0 22 * * *' # 매일 오전 7시 실행 (UTC 기준: 한국시간으로는 7am으로 실행함)
workflow_dispatch: # 수동 실행 가능
jobs:
auto-merge:
uses: kenshin579/actions/.github/workflows/auto-merge-pr.yml@main
secrets: inherit