microsoft/.github

Public

mirrored from https://github.com/microsoft/.githubAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

policies/abandonedRepo.yml

10lines · modecode

1name: AbandonedRepo
2description: The policy to archive old repositories.
3owner:
4resource: repository
5where:
6configuration:
7 abandonedRepoPrimitive:
8 isEnabled: true
9 # 18 months
10 notUsedDays: 540
11