forked from github/schildichat-desktop
Compare commits
13 commits
v1.11.16-s
...
v1.11.26-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
788816299c | ||
![]() |
2e3d370c38 | ||
![]() |
d977e5c753 | ||
![]() |
0ef609f57b | ||
![]() |
2066ef2623 | ||
![]() |
b0177a4276 | ||
![]() |
87e7893d07 | ||
![]() |
ae4eb4c3da | ||
![]() |
32f58e1c3f | ||
![]() |
db908634ea | ||
![]() |
965a3b2d0e | ||
![]() |
775fb00b75 | ||
![]() |
9d4602fea6 |
8 changed files with 27 additions and 9 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 1c4c88b45928b4a56cd770ba677f2fc4e2bf6b01
|
|
@ -1 +1 @@
|
|||
Subproject commit 91850ae97a951c4c011d9767203b839a274c2b55
|
||||
Subproject commit 5bcb0a17dda5f74f7edd5c1064fb12484527d7d8
|
|
@ -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",
|
||||
|
|
|
@ -40,5 +40,6 @@
|
|||
"Room list style": "Estilo da lista de salas",
|
||||
"Mark rooms as unread": "Permitir markar conversas como não lidos",
|
||||
"Mark as unread": "Markar como não lido",
|
||||
"Mark as read": "Markar como lido"
|
||||
"Mark as read": "Markar como lido",
|
||||
"Collapse additional buttons": "Recolher botões adicionais"
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 789e2bf3f3b6abd0877e50df29802b1382a8399f
|
||||
Subproject commit 738c29c7c32187d2d9cdda0aca998b6946acb746
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d34475d29e074c6f35623f2882c09c95b31dd70
|
||||
Subproject commit 916a4d6275b92f716fd64af243eb7ebfc56d73e1
|
Loading…
Add table
Add a link
Reference in a new issue