Skip to content

Commit

Permalink
feat: enableVulnerabilityAlertsWithLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Oct 17, 2024
1 parent fa1123e commit f6b5110
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
":automergePatch",
":automergePr",
":automergeRequireAllStatusChecks",
":enableVulnerabilityAlertsWithLabel(security)",
":prConcurrentLimitNone",
":prHourlyLimitNone",
":separateMultipleMajorReleases",
Expand All @@ -30,9 +31,5 @@
}
],
"platformAutomerge": true,
"reviewers": ["team:committers"],
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["team:committers"]
}
"reviewers": ["team:committers"]
}

0 comments on commit f6b5110

Please sign in to comment.