Skip to content
Snippets Groups Projects
Unverified Commit 2b64a493 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:fire: removing needs-triage github label (#1157)

parent 287fb9b9
No related branches found
No related tags found
No related merge requests found
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
......
name: Feature request
description: Request a missing feature
title: '[Feature] '
labels: ['feature', 'needs triage']
labels: ['feature']
body:
- type: markdown
id: intro-md
......
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':
......
---
category: Maintenance
authors: [MatissJanis]
---
Remove 'needs triage' github label
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment