Skip to content

Commit

Permalink
Update pr check action (#2720)
Browse files Browse the repository at this point in the history
* update pr check action

* update release notes
  • Loading branch information
thehomebrewnerd authored May 9, 2024
1 parent 644d462 commit 8001f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8001f77

Please sign in to comment.