From 50f6847c351f5d9f77a3298a1389c3cbb7c04352 Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Mon, 5 May 2025 12:37:26 +0000 Subject: [PATCH] workflows/backport: fix typo --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index a38150e470b3..2231dafff20a 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -43,7 +43,7 @@ jobs: Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}. * [ ] Before merging, ensure that this backport is [acceptable for the release](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#changes-acceptable-for-releases). - * Even as a non-commiter, if you find that it is not acceptable, leave a comment. + * Even as a non-committer, if you find that it is not acceptable, leave a comment. - name: "Add 'has: port to stable' label" if: steps.backport.outputs.created_pull_numbers != ''