-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' #at 1:30 pm | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v7 | ||
with: | ||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | ||
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | ||
any-of-labels: 'State: Waiting feedback' | ||
stale-issue-label: 'State: Stale' | ||
stale-pr-label: 'State: Stale' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ <h2 id='cdn'>Via CDN</h2> | |
<code class='language-html'><!-- Popperjs --> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" crossorigin="anonymous"></script> | ||
<!-- Tempus Dominus JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].3/dist/js/tempus-dominus.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].4/dist/js/tempus-dominus.min.js" crossorigin="anonymous"></script> | ||
|
||
<!-- Tempus Dominus Styles --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].3/dist/css/tempus-dominus.min.css" crossorigin="anonymous"></code> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].4/dist/css/tempus-dominus.min.css" crossorigin="anonymous"></code> | ||
</pre> | ||
</div> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ <h1 class='mb-3 fw-semibold'>Powerful and robust date and time picker</h1> | |
</div> | ||
</div> | ||
<p class='text-muted mb-0'> | ||
Currently <strong>v6.4.3</strong> | ||
Currently <strong>v6.4.4</strong> | ||
<span class='px-1'>·</span> | ||
<a href='https://getdatepicker.com/5-4/' class='link-secondary'>v5 docs</a> | ||
</p> | ||
|
@@ -55,10 +55,10 @@ <h3 class='fw-semibold'>JsDelivr</h3> | |
<code class='language-html'><!-- Popperjs --> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha256-BRqBN7dYgABqtY9Hd4ynE+1slnEw+roEPFzQ7TRRfcg=" crossorigin="anonymous"></script> | ||
<!-- Tempus Dominus JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].3/dist/js/tempus-dominus.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].4/dist/js/tempus-dominus.min.js" crossorigin="anonymous"></script> | ||
|
||
<!-- Tempus Dominus Styles --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].3/dist/css/tempus-dominus.min.css" crossorigin="anonymous"></code> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@eonasdan/[email protected].4/dist/css/tempus-dominus.min.css" crossorigin="anonymous"></code> | ||
</pre> | ||
</div> | ||
</div> | ||
|