From 2408f0b43e9d3a790faa065a2363d85137dbe9d8 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 22 Jan 2025 17:12:48 -0800 Subject: [PATCH] chore: gitea --- {.forgejo => .gitea}/issue_template/bug_report.yaml | 2 +- {.forgejo => .gitea}/issue_template/config.yml | 0 {.forgejo => .gitea}/issue_template/feature_proposal.yml | 2 +- {.forgejo => .gitea}/issue_template/other.yml | 2 +- {.forgejo => .gitea}/pull_request_template.yml | 2 -- demo.env | 3 --- prod.env | 2 +- 7 files changed, 4 insertions(+), 9 deletions(-) rename {.forgejo => .gitea}/issue_template/bug_report.yaml (98%) rename {.forgejo => .gitea}/issue_template/config.yml (100%) rename {.forgejo => .gitea}/issue_template/feature_proposal.yml (97%) rename {.forgejo => .gitea}/issue_template/other.yml (97%) rename {.forgejo => .gitea}/pull_request_template.yml (98%) delete mode 100644 demo.env diff --git a/.forgejo/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml similarity index 98% rename from .forgejo/issue_template/bug_report.yaml rename to .gitea/issue_template/bug_report.yaml index 6deb616..bf17745 100644 --- a/.forgejo/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -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 diff --git a/.forgejo/issue_template/config.yml b/.gitea/issue_template/config.yml similarity index 100% rename from .forgejo/issue_template/config.yml rename to .gitea/issue_template/config.yml diff --git a/.forgejo/issue_template/feature_proposal.yml b/.gitea/issue_template/feature_proposal.yml similarity index 97% rename from .forgejo/issue_template/feature_proposal.yml rename to .gitea/issue_template/feature_proposal.yml index d833b94..b3fae97 100644 --- a/.forgejo/issue_template/feature_proposal.yml +++ b/.gitea/issue_template/feature_proposal.yml @@ -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 diff --git a/.forgejo/issue_template/other.yml b/.gitea/issue_template/other.yml similarity index 97% rename from .forgejo/issue_template/other.yml rename to .gitea/issue_template/other.yml index 680e7a7..2f1335f 100644 --- a/.forgejo/issue_template/other.yml +++ b/.gitea/issue_template/other.yml @@ -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 diff --git a/.forgejo/pull_request_template.yml b/.gitea/pull_request_template.yml similarity index 98% rename from .forgejo/pull_request_template.yml rename to .gitea/pull_request_template.yml index 37d43f4..2d2fbf3 100644 --- a/.forgejo/pull_request_template.yml +++ b/.gitea/pull_request_template.yml @@ -1,7 +1,5 @@ name: "Pull Request Template" about: "Template for pulls" -labels: - - "🔍 pull: ready for review" body: - type: textarea id: explain diff --git a/demo.env b/demo.env deleted file mode 100644 index 9b5accd..0000000 --- a/demo.env +++ /dev/null @@ -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" \ No newline at end of file diff --git a/prod.env b/prod.env index 58d762b..54dae4d 100644 --- a/prod.env +++ b/prod.env @@ -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" \ No newline at end of file