From 75198e9f7d7167f6f3d82d665782c996fc98e03f Mon Sep 17 00:00:00 2001 From: Nate Parsons Date: Thu, 9 May 2024 10:25:51 -0500 Subject: [PATCH 1/2] update pr check action --- .github/workflows/pull_request_check.yaml | 2 +- 1 file changed, 1 insertion(+), 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/**" From ca8793a614ec5bdc80e61b53c5be5090ebe54322 Mon Sep 17 00:00:00 2001 From: Nate Parsons Date: Thu, 9 May 2024 10:27:09 -0500 Subject: [PATCH 2/2] update release notes --- docs/source/release_notes.rst | 1 + 1 file changed, 1 insertion(+) 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`