diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 714a0a08f7..d7a4f0a623 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Report an issue with Mathesar -labels: "type: bug, status: triage" +labels: "type: bug, needs: triage" --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d90ea9e303..1ef049c3e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 diff --git a/.github/workflows/test-and-lint-code.yml b/.github/workflows/test-and-lint-code.yml index b59fbe713c..ca04c29e0b 100644 --- a/.github/workflows/test-and-lint-code.yml +++ b/.github/workflows/test-and-lint-code.yml @@ -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