Compare commits

...

5 commits

Author SHA1 Message Date
github-actions[bot]
c9d4d26009
Merge pull request #1 from kou029w/speed-up
speed up
2024-03-17 05:15:26 +00:00
c479c9c179
Merge branch 'main' into speed-up 2024-03-17 12:34:53 +09:00
edd255d62e
add merge-schedule workflow 2024-03-17 12:33:37 +09:00
4ccd22098e
speed up 2024-03-17 12:29:28 +09:00
3cd1ba0f8d
add merge-schedule workflow 2024-03-17 12:26:07 +09:00
2 changed files with 21 additions and 1 deletions

20
.github/workflows/merge-schedule.yml vendored Normal file
View file

@ -0,0 +1,20 @@
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: 2s;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}