summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-06 13:58:14 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-06 20:12:48 +0200
commit6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea (patch)
tree6efedd8af0653e416add9665bbcdb130bcd4a103 /.github
parentfc097a8a39a6e9721974fdaa8d012229c3a9db8c (diff)
downloadnixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar.gz
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar.bz2
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar.lz
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar.xz
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.tar.zst
nixpkgs-6d95b1aebba5a1c6452406d6c3c75c84ac9e37ea.zip
workflows/backport: Fix link and reword
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 81fc5306fea..131a52b0560 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -31,5 +31,5 @@ jobs:
           pull_description: |-
             Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.
 
-            * [ ] Before merging, ensure that this backport complies with the [Criteria for Backporting](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#criteria-for-backporting-changes).
-              * Even as a non-commiter, if you find that it does not comply, leave a comment.
+            * [ ] 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.