mirror of
https://github.com/kou029w/web5.pages.dev.git
synced 2025-01-18 16:08:06 +00:00
Delete .github/workflows/merge-schedule.yml
This commit is contained in:
parent
c9d4d26009
commit
5e153d8a66
1 changed files with 0 additions and 20 deletions
20
.github/workflows/merge-schedule.yml
vendored
20
.github/workflows/merge-schedule.yml
vendored
|
@ -1,20 +0,0 @@
|
||||||
name: merge-schedule
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- edited
|
|
||||||
- synchronize
|
|
||||||
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