|
8006 | 8006 | "CHECKS_FAILED": { |
8007 | 8007 | "type": "integer", |
8008 | 8008 | "title": "Checks Failed", |
8009 | | - "description": "The checks for the queued pull request have failed.", |
| 8009 | + "description": "The checks for the queued pull request have failed", |
8010 | 8010 | "default": 0 |
8011 | 8011 | }, |
8012 | 8012 | "CHECKS_TIMEOUT": { |
8013 | 8013 | "type": "integer", |
8014 | 8014 | "title": "Checks Timeout", |
8015 | | - "description": "The checks for the queued pull request have timed out.", |
| 8015 | + "description": "The checks for the queued pull request have timed out", |
8016 | 8016 | "default": 0 |
8017 | 8017 | }, |
8018 | 8018 | "CONFLICT_WITH_BASE_BRANCH": { |
|
8048 | 8048 | "PR_AHEAD_DEQUEUED": { |
8049 | 8049 | "type": "integer", |
8050 | 8050 | "title": "Pr Ahead Dequeued", |
8051 | | - "description": "A pull request ahead in the queue has been dequeued.", |
| 8051 | + "description": "A pull request ahead in the queue has been dequeued", |
8052 | 8052 | "default": 0 |
8053 | 8053 | }, |
8054 | 8054 | "BATCH_AHEAD_FAILED": { |
8055 | 8055 | "type": "integer", |
8056 | 8056 | "title": "Batch Ahead Failed", |
8057 | | - "description": "A pull request ahead in the queue failed to get merged.", |
| 8057 | + "description": "A pull request ahead in the queue failed to get merged", |
8058 | 8058 | "default": 0 |
8059 | 8059 | }, |
8060 | 8060 | "PR_CHECKS_STOPPED_BECAUSE_MERGE_QUEUE_PAUSE": { |
|
8084 | 8084 | "PR_WITH_HIGHER_PRIORITY_QUEUED": { |
8085 | 8085 | "type": "integer", |
8086 | 8086 | "title": "Pr With Higher Priority Queued", |
8087 | | - "description": "A pull request with a higher priority has been queued.", |
| 8087 | + "description": "A pull request with a higher priority has been queued", |
8088 | 8088 | "default": 0 |
8089 | 8089 | }, |
8090 | 8090 | "PULL_REQUEST_UPDATED": { |
|
8096 | 8096 | "QUEUE_RULE_MISSING": { |
8097 | 8097 | "type": "integer", |
8098 | 8098 | "title": "Queue Rule Missing", |
8099 | | - "description": "The queue rules are missing because of a configuration change.", |
| 8099 | + "description": "The queue rules are missing because of a configuration change", |
8100 | 8100 | "default": 0 |
8101 | 8101 | }, |
8102 | 8102 | "SPECULATIVE_CHECK_NUMBER_REDUCED": { |
8103 | 8103 | "type": "integer", |
8104 | 8104 | "title": "Speculative Check Number Reduced", |
8105 | | - "description": "The number of speculative checks, in the queue rules, has been reduced.", |
| 8105 | + "description": "The number of speculative checks, in the queue rules, has been reduced", |
8106 | 8106 | "default": 0 |
8107 | 8107 | }, |
8108 | 8108 | "SUCCESS": { |
8109 | 8109 | "type": "integer", |
8110 | 8110 | "title": "Success", |
8111 | | - "description": "Successfully merged the pull request.", |
| 8111 | + "description": "Successfully merged the pull request", |
8112 | 8112 | "default": 0 |
8113 | 8113 | }, |
8114 | 8114 | "PR_MANUALLY_MERGED": { |
8115 | 8115 | "type": "integer", |
8116 | 8116 | "title": "Pr Manually Merged", |
8117 | | - "description": "The pull request has been manually merged.", |
| 8117 | + "description": "The pull request has been manually merged", |
8118 | 8118 | "default": 0 |
8119 | 8119 | }, |
8120 | 8120 | "DRAFT_PULL_REQUEST_CREATION_FAILED": { |
8121 | 8121 | "type": "integer", |
8122 | 8122 | "title": "Draft Pull Request Creation Failed", |
8123 | | - "description": "The draft pull request cannot be created.", |
| 8123 | + "description": "The draft pull request cannot be created", |
8124 | 8124 | "default": 0 |
8125 | 8125 | }, |
8126 | 8126 | "CONFIGURATION_CHANGED": { |
8127 | 8127 | "type": "integer", |
8128 | 8128 | "title": "Configuration Changed", |
8129 | | - "description": "The configuration has changed.", |
| 8129 | + "description": "The configuration has changed", |
8130 | 8130 | "default": 0 |
8131 | 8131 | }, |
8132 | 8132 | "UNPROCESSABLE_PULL_REQUEST": { |
|
0 commit comments