Compare commits

..

No commits in common. "c9d4d260094a479cbaaf1e2fe7bb2cf4d4286a34" and "22c0e324be631ef1df9dfd57cf34b7e886830bbf" have entirely different histories.

2 changed files with 1 additions and 21 deletions

View file

@ -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 }}

View file

@ -39,7 +39,7 @@
display: inline-block;
width: 100rem;
animation-name: frames;
animation-duration: 1s;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}