about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-04-22build(deps): bump actions/checkout from 4.1.1 to 4.1.3dependabot[bot]13-13/+13
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [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/v4.1.1...1d96c772d19495a3b5c517cd2bc0cb401ea0529f) --- 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-04-21workflows: force CLI color when running nixpkgs-check-by-nameWill Bush1-0/+4
Currently something about the environment in which GH action is running the colored library is not using ANSI colors. I have done some testing in this repo: https://github.com/willbush/throwaway-miette-gh-action-test/actions/runs/8777029939/job/24081383467 And I'm fairly certain env var `CLICOLOR_FORCE: 1` should fix colors.
2024-04-20Merge pull request #304730 from K900/bigger-parallelerK9001-1/+1
pkgs/top-level: split release-checks into a separate job
2024-04-20Merge pull request #305356 from lilyinstarlight/fix/codeowners-qt-kdeK9001-7/+7
codeowners: change non-committer qt-kde github team to committers in the qt-kde team
2024-04-19Merge pull request #305359 from Janik-Haag/drop-piegames-from-gnome-pluginsMaxine Aubrey1-1/+1
gnomeExtensions: drop piegames from maintainers
2024-04-19gnomeExtensions: drop piegames from maintainersJanik H.1-1/+1
upon request of @piegamesde
2024-04-19codeowners: change non-committer qt-kde github team to committers in the ↵Lily Foster1-7/+7
qt-kde team
2024-04-17codeowners: add Janik to NetworkManager module and testsJanik H.1-0/+2
2024-04-17pkgs/top-level: split release-checks into a separate jobK9001-1/+1
This should improve latency on channel updates.
2024-04-11Merge pull request #303129 from adamcstephens/codeownerAdam C. Stephens1-0/+13
CODEOWNERS: add adamcstephens for incus/lxc/lxd
2024-04-11Build Nixpkgs manual when nixdoc changesSilvan Mosberger1-0/+1
Because this wasn't done previously, a PR was merged that broke the build: https://github.com/NixOS/nixpkgs/pull/302990#issuecomment-2049471406
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