This topic was automatically generated from Slack. You can find the original thread here.
I would expect to see “A pull request was approved”, “A pull request has requested changes”, “A pull request has received a new comment” in here. Those are pretty fundamental events on a Github PR.
The big benefit here is passing the GITHUB_TOKEN to Pipedream:
• This token is temporary, hence much more secure than an long-lived access token.
• It also gives you all the privileges of a full-fledge GitHub App (which you can’t get with tokens or OAuth).