Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(rulesets): add apply-branch-gates.sh, the branch-gates applier gates.json specified but nothing performed #1011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rulesets): add apply-branch-gates.sh, the branch-gates applier gates.json specified but nothing performed #1011
Changes from all commits
80c8c95File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 93 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 96 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 97 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 98 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 100 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 108 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check warning on line 119 in scripts/apply-branch-gates.sh
Add an explicit return statement at the end of the function.
Check warning on line 128 in scripts/apply-branch-gates.sh
Add an explicit return statement at the end of the function.
Check warning on line 129 in scripts/apply-branch-gates.sh
Assign this positional parameter to a local variable.
Check failure on line 136 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 141 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 145 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 148 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 155 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 156 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 159 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 165 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 170 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 182 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 187 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 189 in scripts/apply-branch-gates.sh
Add a default case (*) to handle unexpected values.
Check failure on line 194 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 198 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 206 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 215 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 218 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 226 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 233 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 236 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 240 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 251 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 260 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 261 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 262 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 265 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 275 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 276 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check warning on line 280 in scripts/apply-branch-gates.sh
Define a constant instead of using the literal 'UNKNOWN' 4 times.
Check failure on line 284 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 299 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 307 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 307 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 312 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 320 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 335 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check failure on line 336 in scripts/apply-branch-gates.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.