mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
ci: update names and steps (#1720)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Close stale issues'
|
||||
name: Stale Checker
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
@@ -21,6 +21,6 @@ jobs:
|
||||
stale-pr-message: ${{ env.STALE_MESSAGE }}
|
||||
env:
|
||||
CLOSE_MESSAGE: 'This issue has been closed because it is stale. Reopen if necessary.'
|
||||
EXEMPT_LABEL: 'status: needs discussion'
|
||||
EXEMPT_LABEL: 'status: needs discussion,priority: low,priority: medium, priority: high,status: help wanted,status: in progress'
|
||||
STALE_LABEL: 'status: stale'
|
||||
STALE_MESSAGE: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
||||
|
||||
Reference in New Issue
Block a user