I’m looking at integrating Zapier and Github into a new GPT agent project.
What I want is to:
- make a new branch (preferably with user input for the name)
- Create new folders when necessary to keep things organised (preferably automated by GPT)
- save code written by GPT into the branch with appropriate file name (e.g. *.cs for C# projects)
Is this possible with the current GitHub - Zapier integration?