Category: Security, github, yaml, shell

In part 1 (Static Web App PR Workflow for Azure App Service), I walked you you through how to set up that sweet pull request workflow for Static Web Apps for your app if your app was: But what if your code is GitHub and your CI/CD Pipeline is using Azure Pipelines? But if you want the TLDR version, I’ll post the YAML for my CI pipeline at the end of the blog post.

Next, I give this task a better name select and in the Script textbox, I add the powershell script which uses the GitHub REST API for Pull Requests to add the comment to the pull request.

In part 1 of this series (Static Web App PR Workflow for Azure App Service), I showed how to do this same workflow for Azure App Service, Azure Repos and Azure Pipelines. For this blog, I showed how to modify that pipeline if your code sits in GitHub instead of Azure Repos.

Related Articles