mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-22 05:29:14 -04:00
CI: fix stale.yml workflow (#3491)
This commit is contained in:
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@@ -12,8 +12,7 @@ jobs:
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
|
||||
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
||||
stale-pr-message: "It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
|
||||
days-before-stale: 120
|
||||
days-before-close: 5
|
||||
exempt-pr-labels: 'planned'
|
||||
exempt-pr-labels: 'planned'
|
||||
exempt-pr-labels: "planned"
|
||||
|
||||
Reference in New Issue
Block a user