Compare commits
2 Commits
c76f9ebc74
...
f94241a4c4
Author | SHA1 | Date | |
---|---|---|---|
f94241a4c4
|
|||
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
|
||||
|
@@ -9,7 +9,7 @@ immich:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.132.3
|
||||
tag: v1.135.3
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
Reference in New Issue
Block a user