diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7d07c7b198d4401604ec3efde3f1ef8e1fea9dcb..42b749e6e2e4e35ca49908cf37aa9c62922b7bda 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report also known as an issue or problem. title: '[Bug]: ' -labels: ['bug', 'needs triage'] +labels: ['bug'] body: - type: markdown id: intro-md diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 359e37fe12ce2b25ebd32e6bc93132444b469c17..27dc7407eb24ef7aa83b496375d46b18a1d353c4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: Feature request description: Request a missing feature title: '[Feature] ' -labels: ['feature', 'needs triage'] +labels: ['feature'] body: - type: markdown id: intro-md diff --git a/.github/workflows/issues-add-triage-label.yml b/.github/workflows/issues-add-triage-label.yml deleted file mode 100644 index c82d1a5a7cbeca836864bcaa27aad85c08aa4161..0000000000000000000000000000000000000000 --- a/.github/workflows/issues-add-triage-label.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Mark new issue for triage - -on: - issues: - types: [opened] - -jobs: - needs-triage: - runs-on: ubuntu-latest - steps: - - uses: actions-ecosystem/action-add-labels@v1 - if: github.event.issue.labels == null - with: - labels: needs triage diff --git a/packages/loot-core/src/client/shared-listeners.ts b/packages/loot-core/src/client/shared-listeners.ts index 2bb088ab2495a63e3df6f58dfe6b967d373440c7..9253433dc8001fe5694085cd23511344c7f5d849 100644 --- a/packages/loot-core/src/client/shared-listeners.ts +++ b/packages/loot-core/src/client/shared-listeners.ts @@ -47,7 +47,7 @@ export function listenForSyncEvent(actions, store) { let learnMore = '[Learn more](https://actualbudget.org/docs/getting-started/sync/#debugging-sync-issues)'; const githubIssueLink = - 'https://github.com/actualbudget/actual/issues/new?assignees=&labels=bug%2Cneeds+triage&template=bug-report.yml&title=%5BBug%5D%3A+'; + 'https://github.com/actualbudget/actual/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D%3A+'; switch (subtype) { case 'out-of-sync': diff --git a/upcoming-release-notes/1157.md b/upcoming-release-notes/1157.md new file mode 100644 index 0000000000000000000000000000000000000000..2635706e1910a8a6c1fa247b6b4cb7b2c174c2f8 --- /dev/null +++ b/upcoming-release-notes/1157.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Remove 'needs triage' github label