mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-02 21:50:04 +02:00
Compare commits
9 commits
v1.11.16-s
...
v1.11.23-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2066ef2623 | ||
![]() |
b0177a4276 | ||
![]() |
87e7893d07 | ||
![]() |
ae4eb4c3da | ||
![]() |
32f58e1c3f | ||
![]() |
db908634ea | ||
![]() |
965a3b2d0e | ||
![]() |
775fb00b75 | ||
![]() |
9d4602fea6 |
7 changed files with 25 additions and 8 deletions
17
.github/workflows/stale.yml
vendored
Normal file
17
.github/workflows/stale.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: 'Close stale issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
stale-issue-message: 'This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
|
||||
days-before-issue-stale: 150
|
||||
days-before-issue-close: 14
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
exempt-issue-labels: 'longterm,enhancement,parity-with-android,prio:medium,prio:high,electron issue,encrypted room search,build infrastructure'
|
|
@ -16,8 +16,8 @@
|
|||
"https://scalar-staging.vector.im/api",
|
||||
"https://scalar-staging.riot.im/scalar/api"
|
||||
],
|
||||
"showLabsSettings": true,
|
||||
"roomDirectory": {
|
||||
"show_labs_settings": true,
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"matrix.org",
|
||||
"gitter.im",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dfc6afa8d8d8e100010d67a3aa328e99ec9813de
|
||||
Subproject commit b4a7f5eb21fcc5e4efc8616f819f382b8fd72195
|
|
@ -1 +1 @@
|
|||
Subproject commit 91850ae97a951c4c011d9767203b839a274c2b55
|
||||
Subproject commit 8aee83a35cba668b65a02460cd10a5f614c931d5
|
|
@ -21,8 +21,8 @@
|
|||
"MXID": "MXID",
|
||||
"In group chats": "Ve skupinových chatech",
|
||||
"In public rooms": "Ve veřejných místnostech",
|
||||
"All rooms you're in will appear in Home.": "Všechny místnosti, ve kterých se nacházíte, se zobrazí v domovském zobrazení.",
|
||||
"Show all rooms in Home": "Ukázat všechny místnosti v domovském zobrazení",
|
||||
"All rooms you're in will appear in Home.": "Všechny místnosti, ve kterých se nacházíte, se zobrazí v Úvodu.",
|
||||
"Show all rooms in Home": "Zobrazit všechny místnosti v Úvodu",
|
||||
"Show people in spaces": "Ukázat lidi v prostorech",
|
||||
"Show notification badges for People in Spaces": "Zobrazit odznaky oznámení pro Lidé v prostorech",
|
||||
"Return to the room previously opened in a space": "Návrat do dříve otevřené místnosti v prostoru",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 789e2bf3f3b6abd0877e50df29802b1382a8399f
|
||||
Subproject commit f94634a6dce0e08530c39bcc0c824d093dc93ba7
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d34475d29e074c6f35623f2882c09c95b31dd70
|
||||
Subproject commit 4bf0df2b3dfadda74a33a566b1a99f9c2b98184a
|
Loading…
Add table
Add a link
Reference in a new issue