Compare commits
2 Commits
ae2cf2a1a9
...
73f4b6c373
Author | SHA1 | Date | |
---|---|---|---|
73f4b6c373
|
|||
14d9086281 |
@@ -30,6 +30,6 @@ jobs:
|
||||
REPOSITORY: ${{ gitea.repository }}
|
||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
STALE_DAYS: 3
|
||||
STALE_TAG: 'stale'
|
||||
EXCLUDE_TAG: 'renovate'
|
||||
STALE_TAG: 16
|
||||
EXCLUDE_TAG: 20
|
||||
run: python ./scripts/scripts/process-issues.py
|
||||
|
@@ -30,6 +30,6 @@ jobs:
|
||||
REPOSITORY: ${{ gitea.repository }}
|
||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
STALE_DAYS: 3
|
||||
STALE_TAG: 'stale'
|
||||
REQUIRED_TAG: 'automerge'
|
||||
STALE_TAG: 16
|
||||
REQUIRED_TAG: 15
|
||||
run: python ./scripts/scripts/process-pull-requests.py
|
||||
|
@@ -99,7 +99,7 @@ immich:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v1.134.0
|
||||
tag: v1.135.3
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TRANSFORMERS_CACHE
|
||||
|
Reference in New Issue
Block a user