diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4049f9885..8df9eb651 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,6 +29,7 @@ pr: paths: exclude: - src/NzbDrone.Core/Localization/Core + - src/Prowlarr.API.*/openapi.json stages: - stage: Setup @@ -857,6 +858,7 @@ stages: displayName: Commit API Doc Change - task: CreatePullRequest@1 displayName: PR Change to Github + continueOnError: true inputs: repoType: 'GitHub' githubEndpoint: 'github release'