Hello, I was wondering if anyone has configured pulumi CI/CD pipeline via github action?
I want to configure preview, up through comment in PR like terraform atlantis, but I can't use that part because github action issue_comment is only available in main branch.
Has anyone else had the same problem as me?
Thanks