workflows/bot: allow maintainers to merge backports
All other conditions equal, there is no reason to prevent maintainers from backporting changes to their packages. Maintainers are probably in the *best* position to tell whether a certain change is backportable or not - because they know the package well.
This commit is contained in:
5
.github/workflows/backport.yml
vendored
5
.github/workflows/backport.yml
vendored
@@ -57,8 +57,9 @@ jobs:
|
||||
pull_description: |-
|
||||
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-committer, if you find that it is not acceptable, 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-committer, if you find that it is not acceptable, leave a comment.
|
||||
|
||||
- name: Log current API rate limits
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user