Skip to content

Commit

Permalink
Update (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
srajiang authored Dec 7, 2021
1 parent 8fe609a commit 2a9df19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Close stale issues and PRs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 1'

permissions:
issues: write
Expand All @@ -24,7 +24,7 @@ jobs:
days-before-pr-stale: -1
days-before-pr-close: -1
stale-issue-label: auto-triage-stale
stale-issue-message: 👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out.
stale-issue-message: 👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. If you think this issue needs to be prioritized, please comment to get the thread going again! Maintainers also review issues marked as stale on a regular basis and comment or adjust status if the issue needs to be reprioritized.
close-issue-message: As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number.
exempt-issue-labels: auto-triage-skip
exempt-all-milestones: true
Expand Down

0 comments on commit 2a9df19

Please sign in to comment.