Compare commits
	
		
			2 Commits
		
	
	
		
			1a3c6a29ec
			...
			396addc876
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 396addc876 | |||
|  | 265390b3ea | 
							
								
								
									
										1
									
								
								.gitea/CODEOWNERS
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitea/CODEOWNERS
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | *   @luke | ||||||
							
								
								
									
										16
									
								
								.gitea/workflows/conventional_commit.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.gitea/workflows/conventional_commit.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | |||||||
|  | name: Validate PR Title | ||||||
|  | on: | ||||||
|  |   pull_request: | ||||||
|  |     types: | ||||||
|  |       - opened | ||||||
|  |       - edited | ||||||
|  |       - synchronize | ||||||
|  |       - reopened | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   validate: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 | ||||||
|  |         with: | ||||||
|  |           commit-message: ${{ gitea.event.pull_request.title }} | ||||||
		Reference in New Issue
	
	Block a user