🔥 removing needs-triage github label (#1157)

This commit is contained in:
Matiss Janis Aboltins
2023-06-21 20:08:42 +01:00
committed by GitHub
parent 287fb9b9d6
commit 2b64a49359
5 changed files with 9 additions and 17 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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':

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
Remove 'needs triage' github label