commit 5ae83eae87552bcb07a9878526328bd9edb96bdd Author: JD Solanki Date: Fri Feb 18 18:17:36 2022 +0530 init diff --git a/.github/workflows/handle-new-issue-comment.yml b/.github/workflows/handle-new-issue-comment.yml new file mode 100644 index 0000000..77212e0 --- /dev/null +++ b/.github/workflows/handle-new-issue-comment.yml @@ -0,0 +1,14 @@ +name: 'Handle new issue comment' +on: + issue_comment: + types: [created] + +jobs: + handle_new_issue_comment: + runs-on: ubuntu-latest + name: Handle new issue comment + steps: + - name: Toggle awaiting-reply label + uses: jd-0001/gh-action-toggle-awaiting-reply-label@v2.0.0 + with: + label: awaiting-reply \ No newline at end of file diff --git a/.github/workflows/handle-new-issue.yml b/.github/workflows/handle-new-issue.yml new file mode 100644 index 0000000..d338fe2 --- /dev/null +++ b/.github/workflows/handle-new-issue.yml @@ -0,0 +1,19 @@ +name: 'Handle new issue' +on: + issues: + types: [opened] + +jobs: + handle_new_issue: + runs-on: ubuntu-latest + name: Handle new issue + steps: + - name: Find duplicates + uses: wow-actions/potential-duplicates@v1.0.8 + with: + GITHUB_TOKEN: ${{ github.token }} + label: duplicate + comment: > + Potential duplicates: {{#issues}} + - #{{ number }} _({{ accuracy }}% Match)_ + {{/issues}} \ No newline at end of file diff --git a/.github/workflows/issue-staler.yml b/.github/workflows/issue-staler.yml new file mode 100644 index 0000000..9d2342f --- /dev/null +++ b/.github/workflows/issue-staler.yml @@ -0,0 +1,18 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v4 + with: + stale-issue-message: 'This issue has been automatically marked as stale because its has not had recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.' + close-issue-message: 'This issue has been automatically marked as closed because it has not had recent activity.' + stale-issue-label: 'stale' + only-labels: 'awaiting-reply' + exempt-issue-labels: 'triage' + days-before-stale: 7 + days-before-close: 7 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..41680dd --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +

+ +

+ + {template_name}-logo + +

+ +

+ + {template_name} + +

+ +

{template_punchline}

+ +

+ + license + + GitHub Workflow Status + + GitHub release + + + Twitter Follow + +

+ +[![Materio - Vuetify VueJS Free Admin Template Demo Screenshot]({product_url})]({ts_product_page_url}) + +## Introduction 🚀 + +{introduction} + +[View Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) + +## Installation ⚒️ + +{installation steps} + +## What's Included 📦 + +{template_includes} + +## What's in Premium Version 💎 + +| {template_single_word_name} Free Version | {template_single_word_name} Premium Version | +| ----------------------------------------------- | :------------------------------------------------ | +| [Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | [Demo]({product_landing_page_url}) | +| [Download]({ts_product_page_url}) | [Purchase]({ts_product_page_url}) | +| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu | + +## Documentation 📜 + + + +Check GitHub [Wiki]({repo_url}/wiki) of this repo + + + +Check out our live [Documentation]({live_docs_link}) + +## Browser Support 🖥️ + +{note_and_list_of_supported_browsers} + +## Other variants + +- [Vue variant]({free_vue_version_link}) + + +## Useful Links 🎁 + +- [Freebies](https://themeselection.com/products/category/download-free-admin-templates/) +- [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) +- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/) \ No newline at end of file