about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
29 hoursMerge pull request #322512 from tweag/pinned-nixfmtSilvan Mosberger3-10/+53
Development shell with a pinned nixfmt
44 hoursCODEOWNERS: add corngood to dotnet pathséclairevoyant1-4/+4
44 hoursmaintainers: remove ivaréclairevoyant1-4/+4
2 daysCODEOWNERS: remove samueldréclairevoyant1-2/+2
5 daysCODEOWNERS: set myself as code owner of workflows/check-nix-formatSilvan Mosberger1-0/+1
5 daysworkflows/check-nix-format: strip newline from file listingsSilvan Mosberger1-3/+3
Otherwise it prints the command to run with an empty entry: nixfmt '<stuff>' '' Thanks to https://yaml-multiline.info/ for the great help with this
5 daysworkflows/check-nix-format: show command to fixSilvan Mosberger1-2/+8
When some files are not formatted properly, this shows how people can fix the problem. This notably uses the shell.nix introduced in the parent commit to ensure that the nixfmt version matches what CI expects.
5 daysroot: shell.nix for nixfmtSilvan Mosberger2-1/+31
This uses the reusable pinned Nixpkgs from the parent commit to create a shell.nix file for an environment with a pinned nixfmt version.
5 daysci: reusable Nix format Nixpkgs pinSilvan Mosberger1-3/+8
This is needed such that in the next commit, we can re-use the same version from a shell.nix, allowing people to have a guaranteed matching nixfmt version.
5 daysci: init directorySilvan Mosberger1-1/+2
This creates a new directory for all CI support files, will be populated in future commits.
5 daysCODEOWNERS: add katexochen to golangzowoq1-3/+3
6 daysCODEOWNERS: remove jonringerPaul Meyer1-5/+4
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
6 daysCODEOWNERS: remove dasj from multiple locations (#322162)Janne Heß1-4/+3
9 daysnix: remove myself from "code ownership" and 2.3 maintenanceRaito Bezarius1-0/+3
I have no further plan to review CppNix code anymore as I will dedicate myself to Lix development. Co-authored-by: aleksana <me@aleksana.moe>
11 daysCODEOWNERS: add RossComputerGuy for Flutter, ExpidusOS, LLVM, SELinux, Zip, ↵Tristan Ross1-0/+14
and GNU Tar
13 daysgithub/workflows/check-nix-format: add maintainers filessuperherointj1-0/+3
2024-06-13Merge pull request #319371 from ↵Thomas Gerbet1-0/+1
risicle/ris-check-cherry-picks-ignore-staging-next check-cherry-picks workflow: don't run for staging-next PRs
2024-06-13Merge pull request #316070 from ExpidusOS/feat/llvm-labelsPol Dellaiera1-0/+6
github: add llvm/clang label
2024-06-12check-cherry-picks workflow: don't run for staging-next PRsRobert Scott1-0/+1
2024-06-06.github/labeler.yml: add pnpm to nodejsSandro1-0/+1
2024-06-04Merge pull request #316757 from superherointj/dotnet-labelsuperherointj1-0/+11
github/labeler.yml: add dotnet label
2024-06-04nix: remove myself (ma27) from maintainer teamMaximilian Bosch1-2/+2
Using Lix now 🍦
2024-06-02.github/labeler.yml: add dotnet labelsuperherointj1-0/+11
2024-05-30github: add llvm/clang labelTristan Ross1-0/+6
2024-05-27build(deps): bump cachix/cachix-action from 14 to 15dependabot[bot]3-3/+3
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/18cf96c7c98e048e10a83abd92116114cd8504be...ad2ddac53f961de1989924296a1f236fcfbaa4fc) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23Merge pull request #313345 from ↵Silvan Mosberger1-6/+6
katexochen/workflows/remove-check-by-name-concurrency
2024-05-23CODEOWNERS: add adamcstephens to forgejoemilylange1-2/+2
2024-05-22CODEOWNERS: fix forgejo package pathemilylange1-1/+1
This slipped through the pkgs/by-name move in 3b4dad9b001a2c5cbc4282bb4b842903bbdeac2d.
2024-05-2224.05 is Vicuña 24.11-preWeijia Wang2-1/+5
2024-05-22check-by-name: remove concurrency groupPaul Meyer1-6/+6
Due to the trigger on PR edit, every change to the PR body will trigger a re-run of the check-by-name workflow. This is needed to catch of the base branch. However, an action like ticking the checkbox of a PR will also trigger a re-run. Furthermore, due to the concurrency group, any already running check-by-name workflow will be canceled, leading to a notification sent to the PR author. To reduce the noise, remove the concurrency group. As a consequence, multiple runs will run to completion on the same PR/commit. While concurrent runs are often canceled after a few seconds, the workflow will take about a minute to complete. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-05-14workflows/check-by-name: Skip instead of canceling on conflictsSilvan Mosberger1-13/+8
This avoids sending emails when there's merge conflicts. The check will appear to be green, but it doesn't matter since the PR can't be merged anyways. Unfortunately there's no better way to do this right now: https://github.com/actions/runner/issues/662
2024-05-13build(deps): bump actions/checkout from 4.1.4 to 4.1.5dependabot[bot]13-13/+13
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- 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-05-10github/workflows: add k3s to check-nix-formatsuperherointj1-0/+4
2024-05-10CODEOWNERS: Add marcusramberg to PerlMarcus Ramberg1-3/+3
2024-05-09pretalx: adopt and set up code ownershipMartin Weinelt1-0/+3
2024-05-07github: add k3s labelsuperherointj1-0/+8
2024-05-06Merge pull request #309577 from obsidiansystems/bsd-reformatJohn Ericson1-0/+1
bsd treewide: Run RFC formatter
2024-05-06workflows: Add `pkgs/os-specific/bsd` to formatter whitelistJohn Ericson1-0/+1
2024-05-04workflows/check-nix-format: enforce for build-support/phpPol Dellaiera1-0/+1
2024-05-04workflows/check-nix-format: enforce for php-packagesPol Dellaiera1-0/+1
2024-05-03workflows: enforce RFC166 formatting for mpvScriptsnicoo1-0/+1
2024-05-03CODEOWNERS: Drop piegamespiegames1-8/+1
2024-05-01workflows/check-nix-format: enforce for vscode extensionséclairevoyant1-0/+1
2024-04-29labeler.yml: add `8.has: maintainer-list (update)`Artturin1-0/+5
For things like tracking new contributors who also add themselves to maintainers.
2024-04-29build(deps): bump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]13-13/+13
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- 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-28Removing FRidh as active maintainer of packagesFrederik Rietdijk1-5/+2
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-27Merge pull request #306719 from willbush/workflows/by-name-concurrency-groupSilvan Mosberger1-0/+7
workflows: add concurrency group to check-by-name workflow (again)
2024-04-25workflows: add concurrency group to check-by-name workflow (again)Will Bush1-0/+7
This is the second attempt to add a concurrency group to the check-by-name in hopes that it will reduce unnecessary load on the CI system (wasted electricity) despite free cost. first attempt: https://github.com/NixOS/nixpkgs/pull/306072 revert: https://github.com/NixOS/nixpkgs/pull/306430
2024-04-24workflows/check-by-name.yml: Increase timeout for resolving merge commitPeder Bergebakken Sundt1-1/+1
2024-04-24maintainers: drop marsamMario Rodas1-5/+1