about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-09-07 05:21:59 +0200
committerGitHub <noreply@github.com>2023-09-07 05:21:59 +0200
commit5433e5b1e71d8f37cac056a6d5878dc42b87aa66 (patch)
treeb5e569da9bec39d8821f0edb1492dd7696f8e591 /.github
parent8988d5804b1dd13257cceedf59440229f434b6f8 (diff)
parent433f935d1036aefe3b18e19c901986d6299f91bd (diff)
Merge pull request #253621 from tweag/minor-contrib-docs-improvements
Minor contrib docs improvements
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 81fc5306fea1c..131a52b0560bc 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.