Skip to content

Commit

Permalink
Refactor: refactor the stale action to avoid stale PR (#28558)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Sep 23, 2023
1 parent 0520ff0 commit 7d8c868
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,12 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 30
days-before-pr-stale: 30
days-before-pr-stale: -1
days-before-close: -1
stale-issue-label: "stale"
stale-pr-label: "stale"
operations-per-run: 1000
remove-stale-when-updated: true
stale-issue-message: >
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be
marked as stale.
stale-pr-message: >
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has
been marked as stale.

0 comments on commit 7d8c868

Please sign in to comment.