With updated workflow:
- Target branch is available in fork, so we need to use a fork repo + add env. approval for security
- However, Gito then tries to put response comment to forked repo instead of base repo (PR don't exists there)
Solution:
introduce --base-repo parameter to gito react (owner/name format) and pass there ${{ github.repository }} from workflow
With updated workflow:
Solution:
introduce
--base-repoparameter togito react(owner/nameformat) and pass there${{ github.repository }}from workflow