mirror of
https://github.com/kou029w/web5.pages.dev.git
synced 2025-02-02 14:48:38 +00:00
Compare commits
5 commits
22c0e324be
...
c9d4d26009
Author | SHA1 | Date | |
---|---|---|---|
|
c9d4d26009 | ||
c479c9c179 | |||
edd255d62e | |||
4ccd22098e | |||
3cd1ba0f8d |
2 changed files with 21 additions and 1 deletions
20
.github/workflows/merge-schedule.yml
vendored
Normal file
20
.github/workflows/merge-schedule.yml
vendored
Normal 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 }}
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue