|
1802 | 1802 | "INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS", |
1803 | 1803 | "PR_MANUALLY_MERGED", |
1804 | 1804 | "DRAFT_PULL_REQUEST_CREATION_FAILED", |
| 1805 | + "DRAFT_PULL_REQUEST_CREATION_BRANCH_NOT_INDEXED", |
1805 | 1806 | "CONFIGURATION_CHANGED", |
1806 | 1807 | "UNPROCESSABLE_PULL_REQUEST", |
1807 | | - "PR_MANUALLY_DEQUEUED" |
| 1808 | + "PR_MANUALLY_DEQUEUED", |
| 1809 | + "INTERMEDIATE_RESULTS_SKIPPED" |
1808 | 1810 | ], |
1809 | 1811 | "type": "string" |
1810 | 1812 | }, |
|
2463 | 2465 | "description": "The amount of time the merge queue waits for pending checks to return before dequeueing pull requests. This cannot be less than 60 seconds.", |
2464 | 2466 | "title": "Checks Timeout" |
2465 | 2467 | }, |
2466 | | - "max_check_retries": { |
2467 | | - "default": 0, |
2468 | | - "description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.", |
2469 | | - "include_in_schema": false, |
2470 | | - "minimum": 0, |
2471 | | - "title": "Max Check Retries", |
2472 | | - "type": "integer" |
2473 | | - }, |
2474 | 2468 | "draft_bot_account": { |
2475 | 2469 | "anyOf": [ |
2476 | 2470 | { |
|
2621 | 2615 | } |
2622 | 2616 | ], |
2623 | 2617 | "default": null, |
2624 | | - "description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify picks randomly one of the organization users instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.", |
| 2618 | + "description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify uses the pull request author instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.", |
2625 | 2619 | "title": "Update Bot Account" |
2626 | 2620 | }, |
2627 | 2621 | "name": { |
|
2693 | 2687 | "description": "The amount of time the merge queue waits for pending checks to return before dequeueing pull requests. This cannot be less than 60 seconds.", |
2694 | 2688 | "title": "Checks Timeout" |
2695 | 2689 | }, |
2696 | | - "max_check_retries": { |
2697 | | - "default": 0, |
2698 | | - "description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.", |
2699 | | - "include_in_schema": false, |
2700 | | - "minimum": 0, |
2701 | | - "title": "Max Check Retries", |
2702 | | - "type": "integer" |
2703 | | - }, |
2704 | 2690 | "draft_bot_account": { |
2705 | 2691 | "anyOf": [ |
2706 | 2692 | { |
|
2851 | 2837 | } |
2852 | 2838 | ], |
2853 | 2839 | "default": null, |
2854 | | - "description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify picks randomly one of the organization users instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.", |
| 2840 | + "description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify uses the pull request author instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.", |
2855 | 2841 | "title": "Update Bot Account" |
2856 | 2842 | } |
2857 | 2843 | }, |
|
0 commit comments