mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
chore(github): update
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: "🐛 Bug report"
|
name: "🐛 Bug report"
|
||||||
description: Report a bug to help us improve the module.
|
description: Report a bug to help us improve the module.
|
||||||
labels: ["bug"]
|
labels: ["triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -4,5 +4,5 @@ contact_links:
|
|||||||
url: https://ui.nuxt.com
|
url: https://ui.nuxt.com
|
||||||
about: Check the documentation for guides and examples.
|
about: Check the documentation for guides and examples.
|
||||||
- name: 📚 Discord
|
- name: 📚 Discord
|
||||||
url: https://discord.com/channels/473401852243869706/1153996761426300948
|
url: https://go.nuxt.com/discord
|
||||||
about: Consider asking questions in the `#ui` channel.
|
about: Consider asking questions in the help channel.
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: "🚀 Feature request"
|
name: "🚀 Feature request"
|
||||||
description: Suggest an idea or enhancement for the module.
|
description: Suggest an idea or enhancement for the module.
|
||||||
labels: ["enhancement"]
|
labels: ["triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
21
.github/workflows/stale.yml
vendored
Normal file
21
.github/workflows/stale.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: stale
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '30 1 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v9
|
||||||
|
with:
|
||||||
|
exempt-issue-labels: triage,v3
|
||||||
|
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity.'
|
||||||
|
days-before-stale: 30
|
||||||
|
days-before-close: -1
|
||||||
Reference in New Issue
Block a user