From a6eec38dd9ca2781cd66d23e3e9155db31e6a307 Mon Sep 17 00:00:00 2001 From: Ali Abbas Jaffri Date: Fri, 8 Mar 2024 21:03:01 +0100 Subject: [PATCH] Removed PR to changelog Signed-off-by: Ali Abbas Jaffri --- .github/workflows/python-publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1c4f7a2b..b559f5ad 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -52,14 +52,6 @@ jobs: with: pythonVersion: "3.10" dependencyType: "docs" - - uses: docker://tiangolo/latest-changes:0.3.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - latest_changes_file: docs/RELEASE_NOTES.md - latest_changes_header: "## Latest Changes" - end_regex: "^## " - debug_logs: true - label_header_prefix: "### " - name: Publish documentation uses: ./.github/actions/mike-docs with: