Skip to content

Commit

Permalink
Change triage label from status to needs
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Dec 5, 2023
1 parent e6d479a commit ad1a11f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Report an issue with Mathesar
labels: "type: bug, status: triage"
labels: "type: bug, needs: triage"
---

## Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest a new feature for Mathesar
labels: "type: enhancement, status: triage"
labels: "type: enhancement, needs: triage"
---

## Problem
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
create_pr_comments: false
dedupe_issues: true
working_directory: './mathesar_ui'
issue_labels: 'restricted: maintainers,type: bug,work: frontend,status: triage'
issue_labels: 'restricted: maintainers,type: bug,work: frontend,needs: triage'
production_flag: true
continue-on-error: true

Expand Down

0 comments on commit ad1a11f

Please sign in to comment.