From af02026e914a17e126f2a150a979ce2bcf2b1a48 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Wed, 2 Aug 2023 15:53:37 -0700 Subject: [PATCH] perf: update repo settings Changes to be committed: modified: .github/settings.yml --- .github/settings.yml | 90 +++++++++++++++++++++++++++++++++----------- 1 file changed, 67 insertions(+), 23 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 895b0a2..0e7bcc5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -55,7 +55,7 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: ["test (12.x)", "license/cla"] + contexts: ["test (18.x)", "license/cla"] # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: false # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. @@ -64,60 +64,104 @@ branches: # Labels: define labels for Issues and Pull Requests labels: - name: 'design tokens' - cat: default - color: fa23e4 + color: 'fa23e4' description: process: Key filter for this repo + - name: duplicate + color: '156fad' + description: This Issue or Pull Request already exists - name: not-reviewed - color: '000000' - description: This issue has not yet been reviewed by the Auro team + color: '222222' + description: Issue has not been reviewed by Auro team members + - name: good first issue + color: '6bb7fb' + description: Good for newcomers + aliases: + - beginner-friendly + - beginner + - good-starter-issue + - good for beginner + - Good for beginners + - starter-issue + - starter + - name: help wanted + color: '6bb7fb' + description: Extra attention is needed, this user requires assistance to complete + the work - name: released color: 'A9A9A9' description: Completed work has been released - - name: 'Status: help wanted' - color: '2492eb' - description: Team is asking for assistance to complete the work - name: 'Status: Work In Progress' description: Issue or Pull Request work is in Progress color: 'c0e585' + - name: 'Status: Review Needed' + color: 'c0e585' + description: Work is completed, user is requesting feedback + - name: 'Status: Complete' + color: 'c0e585' + description: Owner has completed work and considers it ready to be merged - name: 'Status: Blocked' color: 'df0b37' - description: Progress on the issue is blocked, immediate attention is required + description: Progress on the issue is Blocked, immediate attention is required aliases: - blocked - - name: 'Status: Abandoned' + - name: 'Abandoned' color: '156fad' - description: The issue or Pull Request is wont-fix + description: The author of this issue or Pull Request is not responding aliases: - wontfix - invalid - - name: 'Type: Spike' - color: 'ab33d6' - description: Team requires further research or investigation - name: 'Type: Bug' - color: 'df0b37' + color: df0b37 description: Bug or Bug fixes aliases: - bug - name: 'Type: Feature' - color: 'e5ad07' + color: 'ffd200' description: New Feature aliases: - enhancement - name: 'Type: Design' - color: 'e5ad07' + color: 'ffd200' description: New or related Design work aliases: - enhancement - - name: 'Type: Testing' - color: 'fff0cd' - description: Test maintenance and support + - name: 'Type: Content' + color: 'ffd200' + description: Adding or editing content aliases: - - test - - testing + - enhancement + - name: 'Type: Refactoring' + color: 'ffd200' + description: A code change that neither fixes a bug nor adds a feature + aliases: + - refactor - name: 'Type: Documentation' - color: 'f26135' + color: 'ffd200' description: Documentation only changes aliases: - documents - document + - name: 'Type: CI' + color: 'ffd200' + description: Changes to CI configuration files and scripts + aliases: + - ci + - name: 'Type: Perf' + color: 'ffd200' + description: Performance update to existing code + - name: 'Question' + color: 'b83302' + description: Further information is requested + aliases: + - question + - name: 'Type: Dependencies' + color: 'ffd200' + description: Pull requests that update a dependency file + aliases: + - dependencies + - name: 'Type: UI Update' + color: 'ffd200' + description: Changes to the user interface + aliases: + - dependencies