You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For performance needs we should have a flag to don't use the GitHub API to create the commits and push, and use the git commands instead, to commit in the name of an GitHub App:
Motivation
For performance needs we should have a flag to don't use the GitHub API to create the commits and push, and use the
gitcommands instead, to commit in the name of an GitHub App:Important
This method will not sign the commits
1.1 Get the GitHub app user id from https://api.github.com/users/josh-issueops-bot[bot]
1.2 Configure git
Acceptance criteria
--use-gitflag to force usage of git intead of GitHub API to create and push the commit