From 8001f77abae83ccdd5e629c6287b2b797e73cc04 Mon Sep 17 00:00:00 2001 From: Nate Parsons <4307001+thehomebrewnerd@users.noreply.github.com> Date: Thu, 9 May 2024 10:42:10 -0500 Subject: [PATCH] Update pr check action (#2720) * update pr check action * update release notes --- .github/workflows/pull_request_check.yaml | 2 +- docs/source/release_notes.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_check.yaml b/.github/workflows/pull_request_check.yaml index 3f28b94632..bc7a2ae60d 100644 --- a/.github/workflows/pull_request_check.yaml +++ b/.github/workflows/pull_request_check.yaml @@ -7,7 +7,7 @@ jobs: name: pull request check runs-on: ubuntu-latest steps: - - uses: nearform/github-action-check-linked-issues@v1.4.5 + - uses: nearform-actions/github-action-check-linked-issues@v1.4.5 id: check-linked-issues with: exclude-branches: "release_v**, backport_v**, main, latest-dep-update-**, min-dep-update-**, dependabot/**" diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 032b85b1c6..77eb5b071a 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -17,6 +17,7 @@ Future Release * Testing Changes * Fix serialization test to work with pytest 8.1.1 (:pr:`2694`) * Update to allow minimum dependency checker to run properly (:pr:`2709`) + * Update pull request check CI action (:pr:`2720`) Thanks to the following people for contributing to this release: :user:`thehomebrewnerd`