Everything works great with github.TOKEN, but when using a Github App (to get the approval team expansion working), approval comments are never picked up from the created issue. Issues are created (and even closed when cancelling the job) just fine, but the pipelines never continue after an approval message.
It's likely a missing permissions, and the event permission Issue comment seems like an obvious necessity, but even adding that didn't help matters.
Everything works great with
github.TOKEN, but when using a Github App (to get the approval team expansion working), approval comments are never picked up from the created issue. Issues are created (and even closed when cancelling the job) just fine, but the pipelines never continue after an approval message.It's likely a missing permissions, and the event permission
Issue commentseems like an obvious necessity, but even adding that didn't help matters.