825 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			825 B
		
	
	
	
	
	
	
	
Brew Test Bot For Core Contributors
If a build has run and passed on brew test-bot then it can be used to quickly bottle formulae.
Bottling
If a pull request is correct and doesn't need any modifications to commit messages or otherwise:
- Ensure the job has already completed successfully.
- Run brew pr-publish 12345where12345is the pull request number (or URL).
- Watch the actions queue to ensure your job finishes. BrewTestBot will usually notify you of failures with a ping as well.
If a pull request needs changes to the commit messages:
- Ensure the job has already completed successfully.
- Run brew pr-pull 12345where12345is the pull request number (or URL).
- Amend any relevant commits, then run git pushto push the commits.
