From 822542dba7831e3f740e570f901d657bc3bfc94e Mon Sep 17 00:00:00 2001 From: "aitor c. urrutia aranburu" Date: Thu, 6 Nov 2025 14:02:16 +0100 Subject: [PATCH] chore: github konfigurazioa kentzen du --- .github/FUNDING.yml | 3 --- .github/commands/triage.yml | 26 -------------------------- 2 files changed, 29 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/commands/triage.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 3a8da74..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: [cassidoo] -patreon: cassidoo -custom: ['https://paypal.me/cassidoo', 'https://venmo.com/cassidoo'] diff --git a/.github/commands/triage.yml b/.github/commands/triage.yml deleted file mode 100644 index 21d3281..0000000 --- a/.github/commands/triage.yml +++ /dev/null @@ -1,26 +0,0 @@ -trigger: triage -title: Triage Issue -description: A template for responding to an issue -steps: -- type: form - style: embedded - body: - - type: dropdown - attributes: - label: Status - description: What is the status of triaging this issue? - options: - - label: 🟢 Complete - value: 🟢 - - label: 🟡 Started - value: 🟡 - - label: 🔴 Not Started - value: 🔴 - - type: textarea - attributes: - label: Details - description: What work has been completed so far? - placeholder: "..." - actions: - submit: "Create" - cancel: "Discard"