Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: let GitHub action create commit (llvm#2114)
The GitHub action for creating the PR expects that either the changes are not committed (in which case it commits them with the specified commit message) or that the commit exists but that it is also pushed to remote. Prior to this patch, we created the commit but did not push it to remote, causing failures. This patch leaves the changes uncommitted so that they're committed and pushed to remote as part of the PR creation.
- Loading branch information