mirror of
https://github.com/kou029w/web5.pages.dev.git
synced 2025-01-19 00:18:02 +00:00
add merge-schedule workflow
This commit is contained in:
parent
22c0e324be
commit
3cd1ba0f8d
1 changed files with 16 additions and 0 deletions
16
.github/workflows/merge-schedule.yml
vendored
Normal file
16
.github/workflows/merge-schedule.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: merge-schedule
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
# https://crontab.guru/every-hour
|
||||||
|
- cron: 0 * * * *
|
||||||
|
jobs:
|
||||||
|
merge_schedule:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: gr2m/merge-schedule-action@v2
|
||||||
|
with:
|
||||||
|
time_zone: Asia/Tokyo
|
||||||
|
require_statuses_success: "true"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Reference in a new issue