Compare commits
2 Commits
e8effa676b
...
a76594a78c
Author | SHA1 | Date | |
---|---|---|---|
a76594a78c
|
|||
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
|
||||||
|
@@ -15,6 +15,6 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: generic-device-plugin
|
- name: generic-device-plugin
|
||||||
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm
|
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm
|
||||||
version: 0.3.2
|
version: 0.4.0
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
|
||||||
appVersion: 0.1.10
|
appVersion: 0.1.10
|
||||||
|
Reference in New Issue
Block a user