remove default footer message, because abra can't parse it
new variables for nicks, locale
backupbot labels
remove "" from EMAIL_REPLY_DOMAIN as it builds invalid email syntax on an empty env
* remove default footer message, because abra can't parse it
* new variables for nicks, locale
* backupbot labels
* remove "" from EMAIL_REPLY_DOMAIN as it builds invalid email syntax on an empty env
Ah, wait a sec, I think abra can still deal with this it is just the weird !%21merge characters which somehow snuck into the config. I thought I resolved that in c5c0768b10 & 66b6992b0b? Without this admittedly not very nice YAML feature, the duplication of config is really getting too much, no?
Ah, wait a sec, I think `abra` can still deal with this it is just the weird `!%21merge` characters which somehow snuck into the config. I thought I resolved that in https://git.coopcloud.tech/coop-cloud/foodsoft/commit/c5c0768b10a274769c42672b49f45405fb0f72d0 & https://git.coopcloud.tech/coop-cloud/foodsoft/commit/66b6992b0b12fd4b64d686dca8870e07d91b281e? Without this admittedly not very nice YAML feature, the duplication of config is really getting too much, no?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Thanks so much for working on this! 🚀
@@ -1,61 +1,60 @@version: "3.8"x-env: &envAh, wait a sec, I think
abracan still deal with this it is just the weird!%21mergecharacters which somehow snuck into the config. I thought I resolved that inc5c0768b10&66b6992b0b? Without this admittedly not very nice YAML feature, the duplication of config is really getting too much, no?okay, I'll give it another try :)
nice, my eyes feel releaved!
a simple git fetch could have saved me some pain :D
@@ -137,1 +204,3 @@labels: ['coop-cloud.${STACK_NAME}.db.version=10.6-']labels:backupbot.backup: "true"backupbot.backup.pre-hook: 'mkdir -p /tmp/backup/ && mysqldump --single-transaction -u root -p"$$(cat /run/secrets/db_root_password)" $${MYSQL_DATABASE} > /tmp/backup/backup.sql'👏
WIP: remove yml teplating and moreto some improvementsLGTM! There is just some conflicts listed below?