about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10CODEOWNERS: Fix check-by-name pathSilvan Mosberger1-1/+1
Was moved in https://github.com/NixOS/nixpkgs/pull/297901
2024-04-10CODEOWNERS: add adamcstephens for incus/lxc/lxdAdam Stephens1-0/+13
2024-04-09ci: fix the branch patterns of the 'Check cherry-picks' actionThomas Gerbet1-2/+2
For reference on the acceptable pattern: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
2024-04-08Merge pull request #172098 from risicle/ris-cherry-pick-checkThomas Gerbet1-0/+24
add "check cherry-picks" github action
2024-04-06Optimize check-maintainers-sorted workflow with sparse checkoutWill Bush1-0/+4
Only lib and maintainers directories are needed to perform the check.
2024-04-04Merge pull request #301318 from ↵Silvan Mosberger1-1/+1
kachick/doc-update-pr-template-link-to-package-tests PULL_REQUEST_TEMPLATE.md: Update link to package tests
2024-04-04Merge pull request #300663 from ↵Thomas Gerbet1-1/+1
NixOS/dependabot/github_actions/korthout/backport-action-2.5.0 build(deps): bump korthout/backport-action from 2.4.1 to 2.5.0
2024-04-04ci: fix the manual cache auth tokenzimbatm2-2/+2
I reset the cache by mistake.
2024-04-04PULL_REQUEST_TEMPLATE.md: Update link to package testsKenichi Kamiya1-1/+1
2024-04-03workflows/check-nix-format.yml: pin nixpkgs (fix staging)Someone Serge1-1/+4
2024-04-02Merge pull request #299578 from ↵Silvan Mosberger1-0/+50
ConnorBaker/fix/treewide-cuda-reformat-nixfmt-rfc-style-2024-03-01 treewide: CUDA reformat with `nixfmt-rfc-style`
2024-04-01GitHub labeler: add "6.topic: julia" configurationthomasjm1-0/+8
2024-04-01add "Check cherry-picks" github actionRobert Scott1-0/+24
the intention being to catch commits which declare themselves as cherry-picks, but either: - don't refer to a commit in the master or staging branches - are significantly altered from their original commit determining the latter is not an exact science, but the heuristic of looking for differences in only the added or removed lines seems to work quite well. still, this should be considered an assistant for reviewers rather than a hard failure. unfortunately github workflows don't have a way of raising a gentle warning instead of a failure. the formatting of the output also leaves something to be desired due to the limitations of github actions' "group" commands.
2024-04-01build(deps): bump korthout/backport-action from 2.4.1 to 2.5.0dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/e8161d6a0dbfa2651b7daa76cbb75bc7c925bbf3...ef20d86abccbac3ee3a73cb2efbdc06344c390e5) --- 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>
2024-04-01workflows/check-nix-format.yml: initConnor Baker1-0/+50
2024-03-29Merge master into staging-nextgithub-actions[bot]1-5/+0
2024-03-28CODEOWNERS: drop myself from LLVM & Linux KernelRaito Bezarius1-5/+0
I am not able to take care of those for the time being, will readd myself in the future once I have more time and energy. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-27Merge master into staging-nextgithub-actions[bot]1-10/+10
2024-03-26Merge pull request #297901 from tweag/check-by-name-separate-repoSilvan Mosberger1-10/+10
Switch the `pkgs/by-name` check to a separate repository
2024-03-26workflows/check-by-name.yml: Switch to new separate repoSilvan Mosberger1-10/+10
The nixpkgs-check-by-name tooling is [being moved](https://github.com/NixOS/nixpkgs/issues/286559#issuecomment-2000466124) to a [separate repo](https://github.com/NixOS/nixpkgs-check-by-name). This commit updates Nixpkgs CI to use it instead of the tree inside Nixpkgs No changes have been made to the tooling locally since it was moved: - [Exported history](https://github.com/NixOS/nixpkgs/commits/55bf02190ee57fcf83490fd7b6bf7834e28c9c86/pkgs/test/nixpkgs-check-by-name) - [Imported history](https://github.com/NixOS/nixpkgs-check-by-name/commits/d579e1821d56c79fd90dab34b991cc7bdab7a5c6/)
2024-03-23Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-03-23PULL_REQUEST_TEMPLATE: update link to reviewing contributionSandro1-1/+1
2024-03-23Merge staging-next into staginggithub-actions[bot]1-0/+15
2024-03-22Merge pull request #297723 from hercules-ci/labeler-testingRobert Hensing1-0/+15
labeler.yml: Add testing label
2024-03-21labeler.yml: Add testing labelRobert Hensing1-0/+15
2024-03-19Merge staging-next into staginggithub-actions[bot]11-12/+12
2024-03-18Merge pull request #296887 from ↵Martin Weinelt11-11/+11
NixOS/dependabot/github_actions/actions/checkout-4.1.2 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
2024-03-18build(deps): bump peter-evans/create-pull-request from 6.0.1 to 6.0.2dependabot[bot]1-1/+1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/a4f52f8033a6168103c2538976c07b467e8163bc...70a41aba780001da0a30141984ae2a0c95d8704e) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18build(deps): bump actions/checkout from 4.1.1 to 4.1.2dependabot[bot]11-11/+11
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17Merge remote-tracking branch 'upstream/staging-next' into stagingannalee2-145/+268
2024-03-17Merge pull request #273526 from ↵Martin Weinelt2-144/+267
NixOS/dependabot/github_actions/actions/labeler-5.0.0 build(deps): bump actions/labeler from 4.3.0 to 5.0.0
2024-03-17Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-03-17Merge pull request #284754 from ↵Thomas Gerbet1-1/+1
NixOS/dependabot/github_actions/korthout/backport-action-2.4.1 build(deps): bump korthout/backport-action from 2.1.1 to 2.4.1
2024-03-17build(deps): bump actions/labeler from 4.3.0 to 5.0.0dependabot[bot]2-144/+267
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/ac9175f8a1f3625fd0d4fb234536d26811351594...8558fd74291d67161a8a78ce36a881fa63b766a9) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16Merge staging-next into staginggithub-actions[bot]1-0/+5
2024-03-16CODEOWNERS: watch pretixMartin Weinelt1-0/+5
2024-03-14.github/labeler.yml: add luarocks to `6.topic: lua`Jeremy Baxter1-0/+1
2024-03-14Merge pull request #295801 from cdepillabout/remove-me-from-codeownersPol Dellaiera1-7/+7
CODEOWNERS: remove cdepillabout from Haskell
2024-03-13GitHub labeler: add "6.topic: php" configurationPatka1-0/+8
2024-03-13CODEOWNERS: remove cdepillabout from HaskellDennis Gosnell1-7/+7
2024-03-11build(deps): bump cachix/install-nix-action from 25 to 26dependabot[bot]8-8/+8
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/6004951b182f8860210c8d6f0d808ec5b1a33d28...8887e596b4ee1134dae06b98d573bd674693f47c) --- 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>
2024-03-04build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.1dependabot[bot]1-1/+1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...a4f52f8033a6168103c2538976c07b467e8163bc) --- 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>
2024-02-28CODEOWNERS: add ownership for KDE stuffK9001-5/+12
2024-02-22CODEOWNERS: Remove myself as codeowner from PHPElis Hirwing1-7/+7
2024-02-11CODEOWNERS: add raitobezarius on the linux kernelRaito Bezarius1-0/+4
I'm planning to do some structural changes to the Linux kernel expressions, for this, I need to be aware of all PRs inflight which will be created. This is not a permanent code ownership that I'm taking, I don't have the strength to care seriously about the kernel like others, so I will drop myself at the end of the work. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-02-10Merge pull request #280322 from h7x4/add-hocon-format-generatorSilvan Mosberger1-0/+1
pkgs.formats: Add HOCON format generator
2024-02-09CODEOWNERS: add h7x4 to pkgs.formats.hoconh7x41-0/+1
2024-02-06nix: add myself (ma27) as maintainer & codeownerMaximilian Bosch1-2/+2
As discussed with RaitoBezarius on FOSDEM, I'm happy to assist in maintaining the Nix packages of NixPkgs.
2024-01-30Merge pull request #284977 from SuperSandro2000/codeowners-noxNick Cao1-0/+3
CODEOWNERS: add myself to nixos/no-x-libs module
2024-01-30CODEOWNERS: add myself to nixos/no-x-libs moduleSandro1-0/+3