You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/author-action.yml
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,25 @@
1
1
name: GitOps.PullRequestIssueManagement
2
-
description: Add and remove needs-author-action label to issues and PRs
2
+
description: Add and remove needs-author-action label from issues and PRs, and close stale issues.
3
3
resource: repository
4
4
5
5
configuration:
6
6
resourceManagementConfiguration:
7
+
scheduledSearches:
8
+
- frequencies:
9
+
- daily:
10
+
time: 12:00
11
+
filters:
12
+
- isIssue
13
+
- isOpen
14
+
- hasLabel:
15
+
label: needs-author-action
16
+
- noActivitySince:
17
+
days: 14
18
+
actions:
19
+
- addReply:
20
+
reply: This issue has been automatically closed due to no response from the original author. Feel free to reopen it if you have more information that can help us investigate the issue further.
0 commit comments