From 818d3a94d536e304c69ab377ce8b50b06791ba45 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 15 Jun 2023 13:15:37 +0300 Subject: [PATCH] Add `skip ci` to API docs update commit --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 25ca17b9b..aec282ecd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -984,7 +984,7 @@ stages: git status if git status | grep modified then - git commit -am 'Automated API Docs update' + git commit -am 'Automated API Docs update [skip ci]' git push -f --set-upstream origin api-docs curl -X POST -H "Authorization: token ${GITHUBTOKEN}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/readarr/readarr/pulls -d '{"head":"api-docs","base":"develop","title":"Update API docs"}' else