mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Reverted test settings
This commit is contained in:
parent
3fdf2c7e32
commit
bb372751f7
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
- cron: "0 * * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
@ -15,7 +15,8 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in this issue and it is still relevant you can comment or remove the label to revive it.'
|
||||
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in this issue and it is still relevant you can comment or remove the label to revive it.'
|
||||
exempt-issue-label: 'Area: Security'
|
||||
stale-issue-label: 'Status: Wontfix'
|
||||
stale-pr-label: 'Status: Wontfix'
|
||||
days-before-stale: 1
|
||||
days-before-close: 1
|
||||
days-before-stale: 60
|
||||
days-before-close: 14
|
||||
|
Loading…
x
Reference in New Issue
Block a user