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
18 changes: 17 additions & 1 deletion .github/policies/author-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
name: GitOps.PullRequestIssueManagement
description: Add and remove needs-author-action label to issues and PRs
description: Add and remove needs-author-action label from issues and PRs, and close stale issues.
resource: repository

configuration:
resourceManagementConfiguration:
scheduledSearches:
- frequencies:
- daily:
time: 12:00
filters:
- isIssue
- isOpen
- hasLabel:
label: needs-author-action
- noActivitySince:
days: 14
actions:
- addReply:
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.
- closeIssue

eventResponderTasks:
- description: Needs-author-action notification
if:
Expand Down