chore: gitea

This commit is contained in:
Naomi Carrigan 2025-01-22 17:12:48 -08:00
parent fa1bba8633
commit 2408f0b43e
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
7 changed files with 4 additions and 9 deletions

View File

@ -2,7 +2,7 @@ name: 🐛 Bug Report
description: Something isn't working as expected? Let us know!
title: '[BUG] - '
labels:
- "🚦 status: awaiting triage"
- "status/awaiting triage"
body:
- type: checkboxes
id: attestations

View File

@ -2,7 +2,7 @@ name: 💭 Feature Proposal
description: Have an idea for how we can improve? Share it here!
title: '[FEAT] - '
labels:
- "🚦 status: awaiting triage"
- "status/awaiting triage"
body:
- type: checkboxes
id: attestations

View File

@ -2,7 +2,7 @@ name: ❓ Other Issue
description: I have something that is neither a bug nor a feature request.
title: '[OTHER] - '
labels:
- "🚦 status: awaiting triage"
- "status/awaiting triage"
body:
- type: checkboxes
id: attestations

View File

@ -1,7 +1,5 @@
name: "Pull Request Template"
about: "Template for pulls"
labels:
- "🔍 pull: ready for review"
body:
- type: textarea
id: explain

View File

@ -1,3 +0,0 @@
DISCORD_TOKEN="op://Environment Variables - Naomi/Tasks Demo/token"
DISCORD_DEBUG_HOOK="op://Environment Variables - Naomi/Tasks Demo/webhook"
MONGO_URI="op://Environment Variables - Naomi/Tasks Demo/mongo"

View File

@ -1,3 +1,3 @@
DISCORD_TOKEN="op://Environment Variables - Naomi/Tasks Bot/token"
DISCORD_DEBUG_HOOK="op://Environment Variables - Naomi/Tasks Bot/webhook"
DISCORD_DEBUG_WEBHOOK="op://Environment Variables - Naomi/Tasks Bot/webhook"
MONGO_URI="op://Environment Variables - Naomi/Tasks Bot/mongo"