-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
101 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: false | ||
pkg: | ||
paths: | ||
- ai_commons | ||
informational: true | ||
patch: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Refer to Kubernetes for size/* Settings | ||
# https://github.com/Kubernetes/Kubernetes | ||
XS: | ||
name: size/XS | ||
lines: 0 | ||
color: 3CBF00 | ||
S: | ||
name: size/S | ||
lines: 10 | ||
color: 5D9801 | ||
M: | ||
name: size/M | ||
lines: 30 | ||
color: 7F7203 | ||
L: | ||
name: size/L | ||
lines: 100 | ||
color: A14C05 | ||
XL: | ||
name: size/XL | ||
lines: 500 | ||
color: C32607 | ||
XXL: | ||
name: size/XXL | ||
lines: 1000 | ||
color: E50009 | ||
comment: | | ||
## 🤖 Whoa! Easy there, Partner! | ||
This PR is too big. It's over 1000. Please break it up into smaller PRs. | ||
XXXL: | ||
name: size/XXXL | ||
lines: 5000 | ||
color: FF0000 | ||
comment: | | ||
## 🤖 Whoa! Easy there, Partner! | ||
This PR is too big. It's over 5000. Please break it up into smaller PRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
publishDay: sun | ||
canPublishIssues: true | ||
canPublishPullRequests: true | ||
canPublishContributors: true | ||
canPublishStargazers: true | ||
canPublishCommits: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters