about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2023-08-19Merge pull request #249151 from tweag/direct-push-botSilvan Mosberger1-37/+0
Remove direct push detection GitHub action
2023-08-17.github/labeler.yml: add zig labelfigsoda1-0/+4
2023-08-16CODEOWNERS: add members of the dotnet teammdarocha1-2/+4
2023-08-14Merge pull request #245243 from tweag/contributing-combiningSilvan Mosberger1-0/+9
Clean up contributing documentation
2023-08-14Remove direct push detection GitHub actionSilvan Mosberger1-37/+0
We are trying out not allowing direct pushes anymore, so this is not necessary anymore, unless we later revert it again (unlikely): https://github.com/NixOS/nixpkgs/issues/249117
2023-08-14CODEOWNERS: Add myself to the newly added filesSilvan Mosberger1-0/+9
2023-08-09CODEOWNERS: add the zig teamfigsoda1-0/+4
2023-08-09CODEOWNERS: Add myself to PULL_REQUEST_TEMPLATESilvan Mosberger1-1/+1
Forgot about that in https://github.com/NixOS/nixpkgs/pull/248166
2023-08-09CODEOWNERS: Remove non-existent fileSilvan Mosberger1-2/+0
Was removed in f397309f4e6c7a219a7703b629f6a4e8d4e7a58b
2023-08-09CODEOWNERS: Add myself to the contributing documentationSilvan Mosberger1-2/+6
I want to take ownership of this part of the documentation, especially with the cleanup in https://github.com/NixOS/nixpkgs/pull/245243. Doing so before that PR is merged also allows me to get notified about any potential future merge conflicts before they happen.
2023-08-08podman: remove maintainerzowoq1-5/+5
2023-08-08kubernetes: remove maintainerzowoq1-6/+0
2023-08-06CODEOWNERS: init forgejoemilylange1-0/+4
2023-07-29CODEOWNERS: remove WilliButzWilliButz1-5/+0
2023-07-28Merge pull request #238502 from l0b0/pr-template-headingsPol Dellaiera1-2/+2
pr-template: Use semantic H2 level headings
2023-07-23CODEOWNERS: add ajoseph for kernel/manual-config.nixAdam Joseph1-0/+3
It is hard to get people to test changes to our kernel expression on anything other than x86_64 and aarch64 before merging changes. Therefore, I would like to be notified of PRs opened agains this file, so that I can hopefully catch breakage before it is merged, rather than afterwards.
2023-07-21CODEOWNERS: add raitobezarius as a owner of NGINX modulo testsRaito Bezarius1-0/+5
So I can see changes on NGINX.
2023-06-30CODEOWNERS: ping @amjoseph-nixpkgs on certain treesAdam Joseph1-5/+5
I don't claim ownership of anything, but I would like to be notified of PRs opened against the following paths where I've put a lot of work into cleanup and deduplication: lib/systems pkgs/stdenv pkgs/build-support/cc-wrapper pkgs/development/compilers/gcc Apparently CODEOWNERS is how you tell github you want to be notified of such things.
2023-07-10Merge pull request #242323 from hercules-ci/add-labeler-module-systemSilvan Mosberger1-0/+7
.github/labeler.yml: Add module system label
2023-07-08.github/labeler.yml: Add module system labelRobert Hensing1-0/+7
2023-07-08.github/labeler.yml: Add lib labelRobert Hensing1-0/+3
2023-07-05CODEOWNERS: add myself for PHP related stuffPol Dellaiera1-6/+6
2023-07-04workflows/periodic-merge: drop 22.11 jobsMartin Weinelt1-4/+0
2023-06-30labeler: label nodejs pull-requestsLily Foster1-0/+8
2023-06-27buildNpmPackage: add lilyinstarlight as maintainer/code ownerWinter1-3/+3
This is long overdue, Lily has done more than me for Node.js in Nixpkgs by this point.
2023-06-19PULL_REQUEST_TEMPLATE.md: Update sandboxing checktoonn1-1/+3
Update the sandboxing check to include the `relaxed` setting for sandboxing. Previously there was no obvious and correct way to convey this intermediate setting between sandboxing being completely disabled and being enforced strictly.
2023-06-19build(deps): bump cachix/install-nix-action from 21 to 22dependabot[bot]6-6/+6
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19Merge pull request #237557 from pennae/dedocbookify-nixospennae3-94/+1
nixos/doc: dedocbookify
2023-06-19pr-template: Use semantic H2 level headingsVictor Engmark1-2/+2
The original Markdown ended up being rendered as `<H6>` HTML elements, which is not semantically valid immediately after an `<H1>` element (the PR title).
2023-06-17Merge pull request #237341 from ↵Artturi1-1/+1
NixOS/dependabot/github_actions/korthout/backport-action-1.3.1
2023-06-17Merge pull request #238126 from nikstur/contributing-release-notesPol Dellaiera1-1/+1
CONTRIBUTING.md: remove historical trivia
2023-06-16.github/PULL_REQUEST_TEMPLATE.md: directly link to release notesnikstur1-1/+1
2023-06-13nixos/manual: disallow docbook option docspennae3-94/+1
it's been long in the making, and with 23.05 out we can finally disable docbook option docs and default to markdown instead. this brings a massive speed boost in manual and manpage builds, so much so that we may consider enabling user module documentation by default. we don't remove the docbook support code entirely yet because it's a lot all over, and probably better removed in multiple separate changes.
2023-06-13CODEOWNERS: remove romildo from OCamlJosé Romildo1-3/+3
2023-06-12build(deps): bump korthout/backport-action from 1.2.0 to 1.3.1dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07Merge pull request #235064 from fricklerhandwerk/codeowners-docPol Dellaiera1-4/+0
CODEOWNERS: reduce scope for fricklerhandwerk
2023-05-31Release NixOS 23.05Raito Bezarius1-1/+1
2023-05-30CODEOWNERS: reduce scope for fricklerhandwerkValentin Gagarin1-4/+0
2023-05-30build(deps): bump cachix/install-nix-action from 20 to 21dependabot[bot]7-7/+7
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-28CODEOWNERS: add raitobezarius as a ZFS code ownerRaito Bezarius1-0/+7
This will make my work easier about knowing what is going on with ZFS.
2023-05-2223.11 is Tapir 23.11-preRaito Bezarius1-0/+4
2023-05-14github/CODEOWNERS: drop nbpSandro Jäckel1-26/+13
2023-04-21Merge pull request #207039 from NixOS/qemu-boot-disk-using-make-disk-imageRyan Lahfa1-0/+3
nixos/qemu-vm: refactor bootDisk using make-disk-image
2023-04-21Merge pull request #224643 from NixOS/llvm/codeownerRyan Lahfa1-1/+1
CODEOWNERS: add RaitoBezarius to llvm tree
2023-04-21CODEOWNERS: add raitobezarius to qemu-vm.nixRaito Bezarius1-0/+3
I do a lot of work on QEMU VM and make-disk-image and I was bitten by an unnotified change recently, so I want to chime in the future changes of this file.
2023-04-11build(deps): bump peter-evans/create-or-update-comment from 2 to 3dependabot[bot]3-3/+3
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11build(deps): bump peter-evans/create-pull-request from 4 to 5dependabot[bot]1-1/+1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-04-07CODEOWNERS: Add @infinisil to pkgs/pkgs-libSilvan Mosberger1-0/+1
2023-04-04CODEOWNERS: add RaitoBezarius to llvm treeRaito Bezarius1-1/+1
2023-04-04maintainers/team-list: drop lnl7 from rust maintainer listJörg Thalheim1-1/+1