Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create combined PR using GitHub app (#803)
* Create combined PR using GitHub app * Fix token attribute * Fix API for creating pull request Reference: https://octokit.github.io/rest.js/v18#pulls-create * Grant token to push branch * Revert "Grant token to push branch" * Create branch via API * Fix syntax * Remove creation of ref Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Prepend head with username Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Revert "Prepend head with username" This reverts commit 969f877. * Revert "Remove creation of ref" This reverts commit 89995b3. * Fix sha to be the revision the branch has to be created from Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Use fully qualified name of `master` Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Fix syntax Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Hardcode master's SHA1 hash Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Simplify pushing branch Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Configure GitHub App's token Signed-off-by: Aman Sharma <mannu.poski10@gmail.com> * Pass token Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
- Loading branch information