From 1ca7778e6ac46cdec814e27dd1849e8ae105037f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 2 Feb 2023 15:54:33 +0100 Subject: [PATCH] Update .github/workflows/create-issue-dependencies.yml Co-authored-by: Louis Dureuil --- .github/workflows/create-issue-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-issue-dependencies.yml b/.github/workflows/create-issue-dependencies.yml index 160ddc0a9..006af6833 100644 --- a/.github/workflows/create-issue-dependencies.yml +++ b/.github/workflows/create-issue-dependencies.yml @@ -17,7 +17,7 @@ jobs: body: | This issue is about updating Meilisearch dependencies: - [ ] Cargo toml dependencies of Meilisearch; but also the main engine-team repositories that Meilisearch depends on (charabia, heed...) - - [ ] If new Rust versions has been release, update the Rust version in the Clippy job of this [GitHub Action file](./.github/workflows/rust.yml) + - [ ] If new Rust versions have been released, update the Rust version in the Clippy job of this [GitHub Action file](./.github/workflows/rust.yml) ⚠️ To avoid last minute bugs, this issue should only be done at the beginning of the sprint!