mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-15 07:00:20 +02:00
Compare commits
6 Commits
v1.11.16-s
...
v1.11.22-s
Author | SHA1 | Date | |
---|---|---|---|
ae4eb4c3da | |||
32f58e1c3f | |||
db908634ea | |||
965a3b2d0e | |||
775fb00b75 | |||
9d4602fea6 |
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",
|
||||
|
Submodule element-desktop updated: dfc6afa8d8...a8168fb79b
Submodule element-web updated: 91850ae97a...14243333d9
Submodule matrix-js-sdk updated: 789e2bf3f3...7158a99a1c
Submodule matrix-react-sdk updated: 2d34475d29...a29fbec846
Reference in New Issue
Block a user