We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8263a commit e752348Copy full SHA for e752348
.github/stale.yml
@@ -40,3 +40,10 @@ pulls:
40
staleLabel: "won't fix"
41
# Limit the number of actions per hour, from 1-30. Default is 30
42
limitPerRun: 10
43
+
44
+# Set to true to ignore issues in a project (defaults to false)
45
+exemptProjects: true
46
+# Set to true to ignore issues in a milestone (defaults to false)
47
+exemptMilestones: true
48
+# Set to true to ignore issues with an assignee (defaults to false)
49
+exemptAssignees: true
0 commit comments