From da9697ff1c4fd834beb5aea04168a57986ff91e5 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 7 Oct 2022 13:39:56 +0000 Subject: [PATCH] Pull request #144: Delete CSA actions Merge in WMN_TOOLS/matter from feature/delete_csa_actions to silabs Squashed commit of the following: commit edc58bf1ca82accfabd1dcedb1e72d97f52011f7 Author: Mathieu Kardous Date: Thu Oct 6 11:44:51 2022 -0400 Delete CSA Actions --- .github/ISSUE_TEMPLATE/001-bug-report.yaml | 80 ----- .github/ISSUE_TEMPLATE/002-1.0-issue.yaml | 98 ------ .github/ISSUE_TEMPLATE/049-trivial-fix.yaml | 93 ----- .github/ISSUE_TEMPLATE/050-tooling-fix.yaml | 88 ----- .github/ISSUE_TEMPLATE/060-platform-fix.yaml | 88 ----- .../ISSUE_TEMPLATE/080-feature-request.yaml | 62 ---- .github/ISSUE_TEMPLATE/090-sve-issue.yaml | 119 ------- .../099-github-workflow-issue.yaml | 59 ---- .../100-documentation-issue.yaml | 58 ---- .github/ISSUE_TEMPLATE/config.yaml | 1 - .github/PULL_REQUEST_TEMPLATE.md | 12 - .github/boring-cyborg.yml | 132 ------- .github/config.yml | 8 - .github/labeler.yml | 324 ------------------ .github/stale.yml | 42 --- 15 files changed, 1264 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/001-bug-report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/002-1.0-issue.yaml delete mode 100644 .github/ISSUE_TEMPLATE/049-trivial-fix.yaml delete mode 100644 .github/ISSUE_TEMPLATE/050-tooling-fix.yaml delete mode 100644 .github/ISSUE_TEMPLATE/060-platform-fix.yaml delete mode 100644 .github/ISSUE_TEMPLATE/080-feature-request.yaml delete mode 100644 .github/ISSUE_TEMPLATE/090-sve-issue.yaml delete mode 100644 .github/ISSUE_TEMPLATE/099-github-workflow-issue.yaml delete mode 100644 .github/ISSUE_TEMPLATE/100-documentation-issue.yaml delete mode 100644 .github/ISSUE_TEMPLATE/config.yaml delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/boring-cyborg.yml delete mode 100644 .github/config.yml delete mode 100644 .github/labeler.yml delete mode 100644 .github/stale.yml diff --git a/.github/ISSUE_TEMPLATE/001-bug-report.yaml b/.github/ISSUE_TEMPLATE/001-bug-report.yaml deleted file mode 100644 index 8944e002c5ecc3..00000000000000 --- a/.github/ISSUE_TEMPLATE/001-bug-report.yaml +++ /dev/null @@ -1,80 +0,0 @@ -name: "\U0001F41B Bug report" -description: Create a report to help Matter -title: "[BUG] " -labels: [bug, "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Reproduction steps - description: "How do you trigger this bug? Please walk us through it step by step." - placeholder: | - Please list reproduction steps step by step. - Place shell commands between ```. - Attach logs as files instead of pasting them in. - 1. - 2. - 3. - ... - validations: - required: true - - type: input - id: prevalence - attributes: - label: Bug prevalence - description: "How often do you or others encounter this bug?" - placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc" - validations: - required: true - - type: input - attributes: - label: GitHub hash of the SDK that was being used - description: Hash of the GitHub SDK used - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf - - python - - raspi - - vscode - - windows - - other - - core - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for submitting a bug!" diff --git a/.github/ISSUE_TEMPLATE/002-1.0-issue.yaml b/.github/ISSUE_TEMPLATE/002-1.0-issue.yaml deleted file mode 100644 index 10551fef60fe44..00000000000000 --- a/.github/ISSUE_TEMPLATE/002-1.0-issue.yaml +++ /dev/null @@ -1,98 +0,0 @@ -name: "\u0030\u20e3 1.0 Issue" -description: Create an issue that is required for Matter 1.0 release -title: "[1.0] " -labels: [bug, "V1.0", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Reproduction steps - description: "How do you trigger this bug? Please walk us through it step by step." - placeholder: | - Please list reproduction steps step by step. - Place shell commands between ```. - Attach logs as files instead of pasting them in. - 1. - 2. - 3. - ... - validations: - required: true - - type: input - id: prevalence - attributes: - label: Bug prevalence - description: "How often do you or others encounter this bug?" - placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc" - validations: - required: true - - type: input - attributes: - label: GitHub hash of the SDK that was being used - description: Hash of the GitHub SDK used - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: dropdown - attributes: - label: Type - description: What type of issue is this? - multiple: true - options: - - Test Improvement - - Common Cluster Logic - - Spec Compliance Issue - - Security Issue - - Platform Issue - - Core SDK Memory Issue - - Core SDK Crash - - Core SDK Performance Improvement - - Core SDK Interopability Issue - validations: - required: true - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for helping us get to 1.0!" diff --git a/.github/ISSUE_TEMPLATE/049-trivial-fix.yaml b/.github/ISSUE_TEMPLATE/049-trivial-fix.yaml deleted file mode 100644 index 7c82d950e9f7f4..00000000000000 --- a/.github/ISSUE_TEMPLATE/049-trivial-fix.yaml +++ /dev/null @@ -1,93 +0,0 @@ -name: "\U0001F3C3 Trivial Fix" -description: Create an issue for a trivial fix -title: "[Trivial] " -labels: [bug, "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to submit a trivial fix, can you please please help us understand this change in this quick form? - - type: dropdown - attributes: - label: Type - description: What type of trivial fix is this? - multiple: true - options: - - Comment fix - - Typo fix - - Rename - - Other - validations: - required: true - - type: textarea - id: repro - attributes: - label: Explanation - description: "(Optional) If other, why do you think this is trivial?" - validations: - required: false - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - all - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: dropdown - attributes: - label: Testing - description: How was this tested? - multiple: true - options: - - Unit tested - - YAML tested - - Manually tested with SDK - - CI tested - - Hardware validated - - Platform validated - validations: - required: true - - type: textarea - attributes: - label: (Optional) If manually tested please explain why this is only manually tested - description: | - Please explain how you tested it - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about this! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for submitting a trivial issue!" diff --git a/.github/ISSUE_TEMPLATE/050-tooling-fix.yaml b/.github/ISSUE_TEMPLATE/050-tooling-fix.yaml deleted file mode 100644 index 0d775a61ef119d..00000000000000 --- a/.github/ISSUE_TEMPLATE/050-tooling-fix.yaml +++ /dev/null @@ -1,88 +0,0 @@ -name: "\U0001F9F0 Tooling Fix/Feature" -description: Create an issue for a tooling specific fix/feature -title: "[Tooling] " -labels: ["tools", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to submit a an issue for our tooling, can you please please help us understand this change in this quick form? - - type: textarea - id: repro - attributes: - label: Reproduction steps / Feature - description: "How do you trigger this issue and/or can you please explain this new feature? Please walk us through it step by step." - placeholder: | - Please list reproduction steps step by step. - Place shell commands between ```. - Attach logs as files instead of pasting them in. - 1. - 2. - 3. - ... - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: dropdown - attributes: - label: Type - description: How was this tested? - multiple: true - options: - - Unit tested - - YAML tested - - Manually tested with SDK - - CI tested - - Hardware validated - - Platform validated - validations: - required: true - - type: textarea - attributes: - label: (Optional) If manually tested please explain why this is only manually tested - description: | - Please explain how you tested it - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about this! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for help our tooling!" diff --git a/.github/ISSUE_TEMPLATE/060-platform-fix.yaml b/.github/ISSUE_TEMPLATE/060-platform-fix.yaml deleted file mode 100644 index fdb8b76d88f2ec..00000000000000 --- a/.github/ISSUE_TEMPLATE/060-platform-fix.yaml +++ /dev/null @@ -1,88 +0,0 @@ -name: "\U0001F3D7 Platform Fix" -description: Create an issue for a platform specific fix -title: "[Platform] " -labels: ["platform", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to submit a an issue for a platform, can you please please help us understand this change in this quick form? - - type: textarea - id: repro - attributes: - label: Reproduction steps - description: "How do you trigger this issue? Please walk us through it step by step." - placeholder: | - Please list reproduction steps step by step. - Place shell commands between ```. - Attach logs as files instead of pasting them in. - 1. - 2. - 3. - ... - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: dropdown - attributes: - label: Type - description: How was this tested? - multiple: true - options: - - Unit tested - - YAML tested - - Manually tested with SDK - - CI tested - - Hardware validated - - Platform validated - validations: - required: true - - type: textarea - attributes: - label: (Optional) If manually tested please explain why this is only manually tested - description: | - Please explain how you tested it - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about this! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for submitting a platform issue!" diff --git a/.github/ISSUE_TEMPLATE/080-feature-request.yaml b/.github/ISSUE_TEMPLATE/080-feature-request.yaml deleted file mode 100644 index c83b0c22acaa98..00000000000000 --- a/.github/ISSUE_TEMPLATE/080-feature-request.yaml +++ /dev/null @@ -1,62 +0,0 @@ -name: "\U0001F4A1 Feature Request" -description: Create an feature to be considered future release -title: "[Feature] " -labels: ["feature work", "feature request", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for submitting a feature request to the Matter SDK! We need information about the feature to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Feature description - description: "What feature are you looking to add? Please walk us through it!" - value: | - ... - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - all - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for submitting a new feature request." diff --git a/.github/ISSUE_TEMPLATE/090-sve-issue.yaml b/.github/ISSUE_TEMPLATE/090-sve-issue.yaml deleted file mode 100644 index 6ea65341230a35..00000000000000 --- a/.github/ISSUE_TEMPLATE/090-sve-issue.yaml +++ /dev/null @@ -1,119 +0,0 @@ -name: "\U0001F9EA SVE Issue" -description: Create an issue that is required for SVE -title: "[SVE] " -labels: [bug, "sve", "request sve", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Reproduction steps - description: "How do you trigger this bug? Please walk us through it step by step." - placeholder: | - Please list reproduction steps step by step. - Place shell commands between ```. - Attach logs as files instead of pasting them in. - 1. - 2. - 3. - ... - validations: - required: true - - type: input - id: prevalence - attributes: - label: Bug prevalence - description: "How often do you or others encounter this bug?" - placeholder: "Example: Whenever I do this, 1-2 times a week, day, hour, etc" - validations: - required: true - - type: input - attributes: - label: GitHub hash of the SDK that was being used - description: Hash of the GitHub SDK used - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - validations: - required: true - - type: input - id: platform-versions - attributes: - label: Platform Version(s) - description: "What platform version(s) are affected [optional]" - placeholder: "eg: 1.0.1, N/A" - - type: dropdown - attributes: - label: Type - description: What type of issue is this? - multiple: true - options: - - Test Improvement - - Common Cluster Logic - - Spec Compliance Issue - - Security Issue - - Platform Issue - - Core SDK Memory Issue - - Core SDK Crash - - Core SDK Performance Improvement - - Core SDK Interopability Issue - validations: - required: true - - type: dropdown - attributes: - label: Testing - description: How was this tested? - multiple: true - options: - - Unit tested - - YAML tested - - Manually tested with SDK - - CI tested - - Hardware validated - - Platform validated - validations: - required: true - - type: textarea - attributes: - label: (Optional) If manually tested please explain why this is only manually tested - description: | - Please explain how you tested it - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for helping our SVE!" diff --git a/.github/ISSUE_TEMPLATE/099-github-workflow-issue.yaml b/.github/ISSUE_TEMPLATE/099-github-workflow-issue.yaml deleted file mode 100644 index eefa5f0f984c61..00000000000000 --- a/.github/ISSUE_TEMPLATE/099-github-workflow-issue.yaml +++ /dev/null @@ -1,59 +0,0 @@ -name: "\U0001F477 GitHub / CI / Workflow" -description: Create an issue to improve CI / Workflows -title: "[Workflow] " -labels: ["workflows", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for reporting an issue against the Matter SDK's workflows! We need information about the bug report to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Workflow issues - description: "What updates to the workflows are needed?" - value: | - 1. - 2. - 3. - ... - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - - all - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for helping improve our development workflows" diff --git a/.github/ISSUE_TEMPLATE/100-documentation-issue.yaml b/.github/ISSUE_TEMPLATE/100-documentation-issue.yaml deleted file mode 100644 index 51971d1d010b5f..00000000000000 --- a/.github/ISSUE_TEMPLATE/100-documentation-issue.yaml +++ /dev/null @@ -1,58 +0,0 @@ -name: "\U0001F5BA Documentation Issue" -description: Create an issue to improve documentation -title: "[Documentation] " -labels: ["documentation", "needs triage"] -body: - - type: markdown - attributes: - value: | - Thanks for reporting an issue against the Matter SDK! We need information about the bug report to follow up, so please help us out by filling out this information. - - type: textarea - id: repro - attributes: - label: Documentation issues - description: "What updates to documentation are needed?" - value: | - 1. - 2. - 3. - ... - validations: - required: true - - type: dropdown - attributes: - label: Platform - description: What platforms are affected? - multiple: true - options: - - ameba - - android - - cc13x2_cc26x2 - - darwin - - efr32 - - esp32 - - freeRTOS - - IMX8 - - k32w - - nrf connect - - nrf - - python - - raspi - - vscode - - windows - - other - - core (please add to version below) - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false - - type: markdown - attributes: - value: "Thanks for helping improve our documentation." diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index 3ba13e0cec6cbb..00000000000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index dad1d2c6463644..00000000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,12 +0,0 @@ -> !!!!!!!!!! Please delete the instructions below and replace with PR description -> -> If you have an issue number, please use a syntax of -> `Fixes #12345` and a brief change description -> -> If you do not have an issue number, please have a good description of -> the problem and the fix. Help the reviewer understand what to expect. -> -> Make sure you delete these instructions (to prove you have read them). -> -> !!!!!!!!!! Instructions end - diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml deleted file mode 100644 index c6fa9bcf943bef..00000000000000 --- a/.github/boring-cyborg.yml +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright (c) 2020 Project CHIP Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -labelPRBasedOnFilePath: - ############################################################ - # Top Level Labels - ############################################################ - repo: - - ./* - - ############################################################ - # Examples - ############################################################ - examples: - - examples/* - - ############################################################ - # Documentation - ############################################################ - documentation: - - docs/* - - ############################################################ - # Tools + Development Items - ############################################################ - scripts: - - scripts/* - - integrations: - - integrations/* - - vscode: - - .vscode - - .devcontainer - - gn: - - gn/* - - github: - - .github - - workflows: - - .github/workflows/* - - tools: - - tools/* - - ############################################################ - # Source Code - ############################################################ - qr code: - - src/qrcode/* - - lwip: - - src/lwip/* - - inet: - - src/inet/* - - config: - - config/* - - lib: - - src/lib/* - - crypto: - - src/crypto/* - - controller: - - src/controller/* - - ble: - - src/ble/* - - app: - - src/app/* - - transport: - - src/transport/* - - system: - - src/system/* - - setup payload: - - src/setup_payload/* - - ############################################################ - # Platforms - ############################################################ - platform: - - src/platform/* - - darwin: - - src/platform/Darwin/* - - src/darwin/* - - efr32: - - src/platform/silabs/* - - esp32: - - src/platform/ESP32/* - - freeRTOS: - - src/platform/FreeRTOS/* - - k32w: - - src/platform/K32W/* - - linux: - - src/platform/Linux/* - - nrf connect: - - src/platform/nrfconnect/* - - openthread: - - src/platform/openthread/* - - zephyr: - - src/platform/Zephyr/* - - telink: - - src/platform/telink/* diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index 027b4dc4e4deca..00000000000000 --- a/.github/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -todo: - keyword: ["@todo", "TODO", "TODO:"] # string|string[] - bodyKeyword: ["@body", "BODY", "BODY:"] # string|string[] - blobLines: 10 # number|boolean, 0 or false to disable - autoAssign: true # string|string[]|boolean - label: ["todo"] # boolean|string|string[] - reopenClosed: true # boolean - exclude: ".*lint\\.yaml|.*/(zzz_generated|zap-generated)/.*" # string diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 525a93e0d37048..00000000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,324 +0,0 @@ -# Copyright (c) 2020 Project CHIP Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -############################################################ -# Top Level Labels -############################################################ -repo: - - changed-files: - - any-glob-to-any-file: - - './*' - -############################################################ -# Examples -############################################################ -examples: - - changed-files: - - any-glob-to-any-file: - - examples/* - - examples/**/* - -############################################################ -# Documentation -############################################################ -documentation: - - changed-files: - - any-glob-to-any-file: - - docs/* - - docs/**/* - - "*.md" - -############################################################ -# Tools + Development Items -############################################################ -scripts: - - changed-files: - - any-glob-to-any-file: - - scripts/* - - scripts/**/* - -integrations: - - changed-files: - - any-glob-to-any-file: - - integrations/* - - integrations/**/* - -docker: - - changed-files: - - any-glob-to-any-file: - - integrations/docker/* - - integrations/docker/**/* - -vscode: - - changed-files: - - any-glob-to-any-file: - - .vscode/* - - .vscode/**/* - - .devcontainer/* - - .devcontainer/**/* - -gn: - - changed-files: - - any-glob-to-any-file: - - build/* - - build/**/* - - build_overrides/* - - build_overrides/**/* - - .gn - - "*.gn" - - "*.gni" - -github: - - changed-files: - - any-glob-to-any-file: - - .github - - .github/* - - .github/**/* - -workflows: - - changed-files: - - any-glob-to-any-file: - - .github/workflows/* - - .github/workflows/**/* - -tools: - - changed-files: - - any-glob-to-any-file: - - src/tools/* - - src/tools/**/* - - tools/* - - tools/**/* - - examples/chip-tool/* - - examples/chip-tool/**/* - -############################################################ -# Tests -############################################################ -tests: - - changed-files: - - any-glob-to-any-file: - - src/python_testing/* - - src/python_testing/**/* - - src/app/tests/* - - src/app/tests/**/* - -test driver: - - changed-files: - - any-glob-to-any-file: - - src/test_driver/* - - src/test_driver/**/* - -############################################################ -# Source Code -############################################################ -qr code: - - changed-files: - - any-glob-to-any-file: - - src/qrcode/* - - src/qrcode/**/* - - src/qrcodetool/* - - src/qrcodetool/**/* - -lwip: - - changed-files: - - any-glob-to-any-file: - - src/lwip/* - - src/lwip/**/* - -inet: - - changed-files: - - any-glob-to-any-file: - - src/inet/* - - src/inet/**/* - -config: - - changed-files: - - any-glob-to-any-file: - - config/* - - config/**/* - -lib: - - changed-files: - - any-glob-to-any-file: - - src/lib/* - - src/lib/**/* - -core: - - changed-files: - - any-glob-to-any-file: - - src/lib/core/* - - src/lib/core/**/* - -protocols: - - changed-files: - - any-glob-to-any-file: - - src/lib/protocols/* - - src/lib/protocols/**/* - - src/protocols/* - - src/protocols/**/* - -messaging: - - changed-files: - - any-glob-to-any-file: - - src/messaging/* - - src/messaging/**/* - -shell: - - changed-files: - - any-glob-to-any-file: - - src/lib/shell/* - - src/lib/shell/**/* - -support: - - changed-files: - - any-glob-to-any-file: - - src/lib/support/* - - src/lib/support/**/* - -crypto: - - changed-files: - - any-glob-to-any-file: - - src/crypto/* - - src/crypto/**/* - -controller: - - changed-files: - - any-glob-to-any-file: - - src/controller/* - - src/controller/**/* - -ble: - - changed-files: - - any-glob-to-any-file: - - src/ble/* - - src/ble/**/* - -app: - - changed-files: - - any-glob-to-any-file: - - src/app/* - - src/app/**/* - -icd: - - changed-files: - - any-glob-to-any-file: - - src/app/icd/* - - src/app/icd/**/* - -transport: - - changed-files: - - any-glob-to-any-file: - - src/transport/* - - src/transport/**/* - -system: - - changed-files: - - any-glob-to-any-file: - - src/system/* - - src/system/**/* - -setup payload: - - changed-files: - - any-glob-to-any-file: - - src/setup_payload/* - - src/setup_payload/**/* - -############################################################ -# Platforms -############################################################ -platform: - - changed-files: - - any-glob-to-any-file: - - src/platform/* - - src/platform/**/* - - config/tizen/chip-gn/platform/* - - config/tizen/chip-gn/platform/**/* - - examples/platform/* - - examples/platform/**/* - - scripts/tools/memory/platform/* - - scripts/tools/memory/platform/**/* - - src/include/platform/* - - src/include/platform/**/* - - src/lib/dnssd/platform/* - - src/lib/dnssd/platform/**/* - -darwin: - - changed-files: - - any-glob-to-any-file: - - src/platform/Darwin/* - - src/platform/Darwin/**/* - - src/darwin/* - - src/darwin/**/* - - examples/darwin-framework-tool/* - - examples/darwin-framework-tool/**/* - -silabs: - - changed-files: - - any-glob-to-any-file: - - src/platform/silabs/* - - src/platform/silabs/**/* - -esp32: - - changed-files: - - any-glob-to-any-file: - - src/platform/ESP32/* - - src/platform/ESP32/**/* - -freeRTOS: - - changed-files: - - any-glob-to-any-file: - - src/platform/FreeRTOS/* - - src/platform/FreeRTOS/**/* - -k32w: - - changed-files: - - any-glob-to-any-file: - - src/platform/K32W/* - - src/platform/K32W/**/* - -linux: - - changed-files: - - any-glob-to-any-file: - - src/platform/Linux/* - - src/platform/Linux/**/* - -nrf connect: - - changed-files: - - any-glob-to-any-file: - - src/platform/nrfconnect/* - - src/platform/nrfconnect/**/* - -openthread: - - changed-files: - - any-glob-to-any-file: - - src/platform/openthread/* - - src/platform/openthread/**/* - -zephyr: - - changed-files: - - any-glob-to-any-file: - - src/platform/Zephyr/* - - src/platform/Zephyr/**/* - -telink: - - changed-files: - - any-glob-to-any-file: - - src/platform/telink/* - - src/platform/telink/**/* - -tizen: - - changed-files: - - any-glob-to-any-file: - - src/platform/Tizen/* - - src/platform/Tizen/**/* diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 4f6adeea522da6..00000000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,42 +0,0 @@ -# Stale config for https://github.com/marketplace/stale -# Issues with these labels will never be considered stale -exemptLabels: - - security - - blocked - -# Label to use when marking a pull request as stale -staleLabel: stale - -pulls: - # Number of days of inactivity before a pull request becomes stale - daysUntilStale: 60 - - # Number of days of inactivity before a stale pull request is closed - daysUntilClose: 30 - - # Comment to post when marking a pull request as stale. Set to `false` to disable - markComment: > - This pull request has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. - - # Comment to post when closing a stale pull request. Set to `false` to disable - closeComment: > - This stale pull request has been automatically closed. - Thank you for your contributions. - -issues: - # Number of days of inactivity before a issue becomes stale - daysUntilStale: 180 - - # Number of days of inactivity before a stale issue is closed - daysUntilClose: 7 - - # Comment to post when marking a issue as stale. Set to `false` to disable - markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. - - # Comment to post when closing a stale issue. Set to `false` to disable - closeComment: > - This stale issue has been automatically closed. - Thank you for your contributions.