Skip to content

Commit

Permalink
modify stale (PaddlePaddle#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe authored Dec 7, 2022
1 parent b3b4fd0 commit 7beda5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Close Stale Issues and Pull Requests

on:
# Allow manual run via GitHub web or CLI
workflow_dispatch:
schedule:
# Run daily at midnight UTC
- cron: 0 0 * * *
Expand Down Expand Up @@ -30,3 +32,4 @@ jobs:
days-before-pr-close: -1
stale-pr-label: "stale"
stale-pr-message: "This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。"
operations-per-run: 100

0 comments on commit 7beda5e

Please sign in to comment.