Bot-created pull requests can run workflows if approved

Published: (June 11, 2026 at 03:00 PM EDT)
1 min read

Source: GitHub Actions Blog

GitHub pull request created by a bot awaiting approval to run CI/CD workflows

Pull requests created by the github-actions[bot] are now able to run your CI/CD workflows with user approval. Requiring approval is a security measure to ensure generated code does not automatically run workflows which may have access to sensitive information. This matches the behavior of Copilot-generated pull requests.

Previously, pull requests generated by github-actions[bot] were not able to run CI/CD workflows, allowing pull requests to be accidentally merged without having gone through CI. This change allows all pull requests, even bot-generated changes, to run configured CI/CD workflows if approved by a user with write access to the repository.

Subscribe to our developer newsletter

			Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.			

		
	


	
			Back to top
0 views
Back to Blog

Related posts

Read more »

New runner images in public preview

Two new GitHub-hosted runner images for GitHub Actions are now available in public preview for all users, giving you early access to test your workflows on the...