File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Comment on invalid interaction
2
+ on :
3
+ issues :
4
+ types :
5
+ - labeled
6
+ jobs :
7
+ add-comment-on-invalid :
8
+ if : github.event.label.name == 'invalid'
9
+ permissions :
10
+ issues : write
11
+ uses : linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
12
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
271
271
272
272
## Versions
273
273
274
+ * ** 21.12.22:** - Update db info in .env file when env vars are updated.
274
275
* ** 10.10.22:** - Remove password escape logic which caused problems for a small subset of users.
275
276
* ** 20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([ see changes announcement] ( https://info.linuxserver.io/issues/2022-08-20-nginx-base ) ).
276
277
* ** 14.03.22:** - Add symlinks for theme support.
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ app_setup_block: |
103
103
104
104
# changelog
105
105
changelogs :
106
+ - { date: "21.12.22:", desc: "Update db info in .env file when env vars are updated." }
106
107
- { date: "10.10.22:", desc: "Remove password escape logic which caused problems for a small subset of users." }
107
108
- { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
108
109
- { date: "14.03.22:", desc: "Add symlinks for theme support." }
You can’t perform that action at this time.
0 commit comments