Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/policies/pr.stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: Ping user when the PR has not been updated in 30 days
- description: Ping user when the PR has not been updated in 14 days
frequencies:
- daily:
time: 13:0
Expand All @@ -18,16 +18,16 @@ configuration:
- isNotLabeledWith:
label: stale
- noActivitySince:
days: 30
days: 14
actions:
- addLabel:
label: stale
- addReply:
reply: >-
Hi @${issueAuthor}.
Your PR has had no update for 30 days and it is marked as a stale PR. If it is not updated within 30 days, the PR will automatically be closed. If you want to refresh the PR, please remove the `stale` label.
Your PR has had no update for 14 days and it is marked as a stale PR. If it is not updated within 14 additional days, the PR will automatically be closed. If you want to refresh the PR, please remove the `stale` label.

- description: Close prs that have not been updated in 60 days
- description: Close prs that have not been updated in 28 days
frequencies:
- daily:
time: 13:0
Expand All @@ -37,13 +37,13 @@ configuration:
- hasLabel:
label: stale
- noActivitySince:
days: 30
days: 14
actions:
- closeIssue
- addReply:
reply: >-
Hi @${issueAuthor}.
The PR will be closed since the PR has no update for 60 days. If this is still relevant please reopen.
The PR will be closed since the PR has no update for 28 days. If this is still relevant please reopen.

onFailure:
onSuccess:
Loading