From 0dcd13235547eac348ee3c28587ef76cdf1ac504 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Tue, 9 Sep 2025 14:57:38 -0400 Subject: [PATCH] Remove GitHub workflows - migrated to Gitea --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------- .github/changelog-config.json | 15 ----------- .github/release-drafter.yml | 18 ------------- 4 files changed, 86 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/changelog-config.json delete mode 100644 .github/release-drafter.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bffa156..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Create a report to help fixing issues -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots & Logs** -If applicable, add screenshots/logs to help explain your problem. - -**Please complete the following information:** - - OS: [e.g. Fedora Linux 42 x86_64] - - Architecture [e.g. amd64, arm64] - - Docker Version - - Remediarr Version [e.g. 0.1.9] - -**Additional context** -Add any other context about the problem here. Such as logs from Remediarr , Sonarr, Radarr. .env file(with API removed) docker compose file as well. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/changelog-config.json b/.github/changelog-config.json deleted file mode 100644 index 9611b8c..0000000 --- a/.github/changelog-config.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "template": "# Changelog for {{currentTag}}\n\n{{#conventionalCommits}}\n- {{#scope}}**{{scope}}:** {{/scope}}{{subject}}\n{{/conventionalCommits}}\n", - "categories": [ - { "title": "### πŸš€ Features", "labels": ["feat", "feature"], "collapseAfter": 0 }, - { "title": "### πŸ› Fixes", "labels": ["fix", "bug"], "collapseAfter": 0 }, - { "title": "### 🧹 Chore", "labels": ["chore"], "collapseAfter": 0 }, - { "title": "### πŸ“ Docs", "labels": ["docs"], "collapseAfter": 0 }, - { "title": "### πŸ”§ Refactor", "labels": ["refactor"], "collapseAfter": 0 } - ], - "replacers": [], - "sort": { - "order": "ASC", - "onProperty": "scope" - } -} \ No newline at end of file diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 60f7cc1..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,18 +0,0 @@ -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' -categories: - - title: 'πŸš€ Features' - labels: ['feature', 'enhancement'] - - title: 'πŸ› Fixes' - labels: ['fix', 'bug'] - - title: '🧰 Maintenance' - labels: ['chore', 'maintenance', 'deps'] -change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' -no-changes-template: 'Minor internal improvements.' -template: | - ## What’s Changed - $CHANGES - - ## Container Images - - `ghcr.io/${{ repo_owner }}/${{ repo_name }}:latest` - - `ghcr.io/${{ repo_owner }}/${{ repo_name }}:$NEXT_PATCH_VERSION`