-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into AO3-6392
- Loading branch information
Showing
416 changed files
with
7,799 additions
and
3,613 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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
"Awaiting Review": | ||
- "**/*" | ||
- ".*" | ||
- ".*/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*" |
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
"Gem Updates": | ||
- "Gemfile" | ||
- "Gemfile.lock" | ||
- changed-files: | ||
- any-glob-to-any-file: ["Gemfile", "Gemfile.lock"] | ||
|
||
"Has Migrations": | ||
- "db/migrate/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "db/migrate/**/*" | ||
|
||
"Scope: i18n Only": | ||
- all: | ||
- "config/locales/**/*" | ||
- changed-files: | ||
- any-glob-to-all-files: "config/locales/**/*" | ||
|
||
"Scope: Tests Only": | ||
- all: | ||
- "{factories,features,spec,test,.github}/**/*" | ||
- changed-files: | ||
- any-glob-to-all-files: "{factories,features,spec,test,.github}/**/*" |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Label to be added when the PR is updated: | ||
"Coder Has Actioned Review": | ||
- "**/*" | ||
- ".*" | ||
- ".*/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*" | ||
|
||
# Label to be removed when the PR is updated: | ||
"Reviewed: Action Needed": [] | ||
# Condition is always false so the label is removed when the PR is updated: | ||
"Reviewed: Action Needed": | ||
- changed-files: | ||
- any-glob-to-any-file: "!**/*" |
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
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
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
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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.idea | ||
stdout | ||
*~ | ||
.vscode/ | ||
# / | ||
/*.tmproj | ||
/sphinx | ||
|
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 |
---|---|---|
|
@@ -6,5 +6,4 @@ jshint: | |
ignore_file: .jshintignore | ||
|
||
rubocop: | ||
version: 1.22.1 | ||
config_file: .rubocop.yml | ||
enabled: false |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
ruby-3.0.5 | ||
ruby-3.1.4 |
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
Oops, something went wrong.