From b4db7c63414b1ff1d35bd4ad833b7954884e51a0 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 7 Dec 2025 12:05:57 -0500 Subject: [PATCH] workflows/backport: advertise that merge bot can be used on eligible backports Some maintainers aren't aware that the merge bot had this capability added. This would be more prominent than the existing label. --- .github/workflows/backport.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index bcbcc73dae1f..fdfd96c9e2cc 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -61,6 +61,9 @@ jobs: Even as a non-committer, if you find that it is not acceptable, leave a comment. + > [!TIP] + > If you maintain all packages touched by this pull request, and they are all located under `pkgs/by-name/*`, you can comment **`@NixOS/nixpkgs-merge-bot merge`** to automatically merge this PR using the [`nixpkgs-merge-bot`](https://github.com/NixOS/nixpkgs/blob/master/ci/README.md#nixpkgs-merge-bot). + - name: Log current API rate limits env: GH_TOKEN: ${{ steps.app-token.outputs.token }}