mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Prevent merge of outdated PRs on protected branches (#11012)
* Block PR on Outdated Branch * finalize * cleanup * fix typo and sentences thanks @guillep2k Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -10072,6 +10072,10 @@
 | 
			
		||||
          },
 | 
			
		||||
          "x-go-name": "ApprovalsWhitelistUsernames"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_outdated_branch": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnOutdatedBranch"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_rejected_reviews": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnRejectedReviews"
 | 
			
		||||
@@ -10392,6 +10396,10 @@
 | 
			
		||||
          },
 | 
			
		||||
          "x-go-name": "ApprovalsWhitelistUsernames"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_outdated_branch": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnOutdatedBranch"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_rejected_reviews": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnRejectedReviews"
 | 
			
		||||
@@ -11204,6 +11212,10 @@
 | 
			
		||||
          },
 | 
			
		||||
          "x-go-name": "ApprovalsWhitelistUsernames"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_outdated_branch": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnOutdatedBranch"
 | 
			
		||||
        },
 | 
			
		||||
        "block_on_rejected_reviews": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "x-go-name": "BlockOnRejectedReviews"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user