From 822c3cdfa4e6ee3d55ca2065ecd5104ebc498a84 Mon Sep 17 00:00:00 2001 From: Max Murphy Date: Fri, 17 Nov 2023 15:35:11 +0100 Subject: [PATCH] Fix checklist --- .github/workflows/update-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-rust.yml b/.github/workflows/update-rust.yml index 0a02af6ee68..512fdda3200 100644 --- a/.github/workflows/update-rust.yml +++ b/.github/workflows/update-rust.yml @@ -77,8 +77,8 @@ jobs: * Update Rust version. # Manual changes - [ ] Fix clippy lints (if necessary) - [ ] Write a changelog entry. + - [ ] Fix clippy lints (if necessary) + - [ ] Write a changelog entry. - name: Notify Slack on failure # Since the this is a scheduled job, a failure won't be shown on any # PR status. To notify the team, we send a message to our Slack channel on failure.