forked from github/schildichat-desktop
Compare commits
5 commits
v1.11.15-s
...
v1.11.19-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
db908634ea | ||
![]() |
965a3b2d0e | ||
![]() |
775fb00b75 | ||
![]() |
9d4602fea6 | ||
![]() |
eb17c2ad94 |
6 changed files with 23 additions and 6 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 d25e426c42d4eeef4fd62aea61642fd66fe7f73b
|
||||
Subproject commit 6e19b2eae6fa3e362d25166655c419f90d70f2db
|
|
@ -1 +1 @@
|
|||
Subproject commit ebb0d6a212299540247587abd345ce633a414813
|
||||
Subproject commit 172df12d60ea12d00cec7c2e0dbc4607356e4a4e
|
|
@ -1 +1 @@
|
|||
Subproject commit 6128de1bafde5b2112f2fe6dd2101e822d2c0636
|
||||
Subproject commit e6c127a392ec5165ce348b84ff1290efbef0f1cb
|
|
@ -1 +1 @@
|
|||
Subproject commit 23de404c637747b5f2662b12355b0cbc4ab0d951
|
||||
Subproject commit bba676718ad4f5de627909036804f5b050af71f7
|
Loading…
Add table
Add a link
Reference in a new issue