Compare commits
2 Commits
bc072225a0
...
5efeb9d852
Author | SHA1 | Date | |
---|---|---|---|
5efeb9d852
|
|||
14d9086281 |
@@ -30,6 +30,6 @@ jobs:
|
|||||||
REPOSITORY: ${{ gitea.repository }}
|
REPOSITORY: ${{ gitea.repository }}
|
||||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
STALE_DAYS: 3
|
STALE_DAYS: 3
|
||||||
STALE_TAG: 'stale'
|
STALE_TAG: 16
|
||||||
EXCLUDE_TAG: 'renovate'
|
EXCLUDE_TAG: 20
|
||||||
run: python ./scripts/scripts/process-issues.py
|
run: python ./scripts/scripts/process-issues.py
|
||||||
|
@@ -30,6 +30,6 @@ jobs:
|
|||||||
REPOSITORY: ${{ gitea.repository }}
|
REPOSITORY: ${{ gitea.repository }}
|
||||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
STALE_DAYS: 3
|
STALE_DAYS: 3
|
||||||
STALE_TAG: 'stale'
|
STALE_TAG: 16
|
||||||
REQUIRED_TAG: 'automerge'
|
REQUIRED_TAG: 15
|
||||||
run: python ./scripts/scripts/process-pull-requests.py
|
run: python ./scripts/scripts/process-pull-requests.py
|
||||||
|
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
Reference in New Issue
Block a user