mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
🔥 removing needs-triage github label (#1157)
This commit is contained in:
committed by
GitHub
parent
287fb9b9d6
commit
2b64a49359
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -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
|
||||
|
||||
14
.github/workflows/issues-add-triage-label.yml
vendored
14
.github/workflows/issues-add-triage-label.yml
vendored
@@ -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
|
||||
@@ -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':
|
||||
|
||||
6
upcoming-release-notes/1157.md
Normal file
6
upcoming-release-notes/1157.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Remove 'needs triage' github label
|
||||
Reference in New Issue
Block a user