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
271271
272272## Versions
273273
274+ * ** 21.12.22:** - Update db info in .env file when env vars are updated.
274275* ** 10.10.22:** - Remove password escape logic which caused problems for a small subset of users.
275276* ** 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 ) ).
276277* ** 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: |
103103
104104# changelog
105105changelogs :
106+ - { date: "21.12.22:", desc: "Update db info in .env file when env vars are updated." }
106107 - { date: "10.10.22:", desc: "Remove password escape logic which caused problems for a small subset of users." }
107108 - { 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))." }
108109 - { date: "14.03.22:", desc: "Add symlinks for theme support." }
You can’t perform that action at this time.
0 commit comments