-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'idm-4.2-troubleshoot' of https://github.com/raul-marque…
…z-csa/connectedhomeip into idm-4.2-troubleshoot
- Loading branch information
Showing
450 changed files
with
16,595 additions
and
2,577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ jobs: | |
(github.event.pull_request.merged == true) | ||
&& ( | ||
(contains(github.event.pull_request.labels.*.name, 'sve')) | ||
|| (contains(github.event.pull_request.labels.*.name, 'spec')) | ||
|| (contains(github.event.pull_request.labels.*.name, 'request sve')) | ||
|| (contains(github.event.pull_request.labels.*.name, 'cert blocker')) | ||
) | ||
|
@@ -27,11 +26,12 @@ jobs: | |
uses: carloscastrojumo/[email protected] | ||
with: | ||
token: ${{ secrets.MATTER_PAT }} | ||
branch: sve-2 | ||
branch: 1.3-sve | ||
labels: | | ||
sve cherry pick | ||
reviewers: | | ||
woody-apple | ||
andy31415 | ||
raju-apple | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,19 +25,20 @@ on: | |
- ".github/.wordlist.txt" | ||
|
||
jobs: | ||
check-reviewdog: | ||
name: Check Spelling - reviewdog | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- uses: reviewdog/action-misspell@v1 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# Seems redundant; removed as pyspelling is customized while this is not | ||
# check-reviewdog: | ||
# name: Check Spelling - reviewdog | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v4 | ||
# - uses: reviewdog/action-misspell@v1 | ||
# with: | ||
# github_token: ${{ secrets.GITHUB_TOKEN }} | ||
check-spellcheck: | ||
name: Check Spelling - pyspelling | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- uses: igsekor/[email protected] | ||
- uses: rojopolis/[email protected] |
Oops, something went wrong.