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
|
||||||
|
Reference in New Issue
Block a user