forked from matrix-org/matrix-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'tags/v34.5.0' into jts/verji-develop-final-sync
- Loading branch information
Showing
262 changed files
with
9,434 additions
and
4,802 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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
- name: "A-Element-R" | ||
description: "Issues affecting the port of Element's crypto layer to Rust" | ||
color: "bfd4f2" | ||
- name: "A-Packaging" | ||
description: "Packaging, signing, releasing" | ||
color: "bfd4f2" | ||
- name: "A-Technical-Debt" | ||
color: "bfd4f2" | ||
- name: "A-Testing" | ||
description: "Testing, code coverage, etc." | ||
color: "bfd4f2" | ||
- name: "backport staging" | ||
description: "Label to automatically backport PR to staging branch" | ||
color: "B60205" | ||
- name: "Dependencies" | ||
description: "Pull requests that update a dependency file" | ||
color: "0366d6" | ||
- name: "Easy" | ||
color: "5dc9f7" | ||
- name: "Sponsored" | ||
color: "ffc8f4" | ||
- name: "T-Deprecation" | ||
description: "A pull request that makes something deprecated" | ||
color: "98e6ae" | ||
- name: "T-Other" | ||
description: "Questions, user support, anything else" | ||
color: "98e6ae" | ||
- name: "X-Blocked" | ||
color: "ff7979" | ||
- name: "X-Breaking-Change" | ||
color: "ff7979" | ||
- name: "X-Reverted" | ||
description: "PR has been reverted" | ||
color: "F68AA3" | ||
- name: "X-Upcoming-Release-Blocker" | ||
description: "This does not affect the current release cycle but will affect the next one" | ||
color: "e99695" | ||
- name: "Z-Community-PR" | ||
description: "Issue is solved by a community member's PR" | ||
color: "ededed" | ||
- name: "Z-Flaky-Test" | ||
description: "A test is raising false alarms" | ||
color: "ededed" |
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Sync labels | ||
on: | ||
workflow_dispatch: {} | ||
schedule: | ||
- cron: "0 1 * * *" # 1am every day | ||
push: | ||
branches: | ||
- develop | ||
paths: | ||
- .github/labels.yml | ||
jobs: | ||
sync-labels: | ||
uses: element-hq/element-meta/.github/workflows/sync-labels.yml@develop | ||
with: | ||
LABELS: | | ||
element-hq/element-meta | ||
.github/labels.yml | ||
DELETE: true | ||
WET: true | ||
secrets: | ||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_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
File renamed without changes.
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
Oops, something went wrong.