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