summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve PR merge check for CI (#347786)Philip Taron2024-10-121-39/+9
|\
| * workflows/nixpkgs-vet: Make merge check script reusable•••This is useful for other workflows as well. Originally I thought it couldn't be put in the repo, but it can (just needs another checkout) Silvan Mosberger2024-10-121-39/+9
* | workflows/codeowners: Cache codeowner validator build•••The codeowner-validator build declared in ci/codeowners-validator was not cached before and needed to be built for every PR, which is slow and wasteful: https://github.com/NixOS/nixpkgs/actions/runs/11280533037/job/31373720922 Silvan Mosberger2024-10-101-0/+7
|/
* CODEOWNERS: Switch to alternate mechanism•••This effectively disables the native GitHub codeowners feature and enables the new alternate codeowners mechanism introduced in https://github.com/NixOS/nixpkgs/pull/336261 This means that: - We can now declare users without write access as code owners! - Targeting the wrong branch won't trigger mass pings anymore! Silvan Mosberger2024-10-103-417/+6
* workflows/codeowners: Dry mode for now•••Apparently it started requesting reviews from code owners already because the DRY_MODE from the global env was overridden in the local job declaration: https://github.com/NixOS/nixpkgs/pull/347354#event-14570645380 Silvan Mosberger2024-10-091-5/+4
* CODEOWNERS: Fix non-matching patterns•••Since https://github.com/NixOS/nixpkgs/pull/336261 we have CI that checks that the codeowners file is valid: https://github.com/NixOS/nixpkgs/actions/runs/11243668280/job/31260095472#step:7:34 Which files are correct (or whether they were removed) was determined using the Git history and some grepping Silvan Mosberger2024-10-081-10/+7
* Alternate more flexible code owners mechanism, soon to avoid mass pings (#336...Philip Taron2024-10-083-0/+109
|\
| * OWNERS: placeholder initSilvan Mosberger2024-10-082-0/+20
| * workflows/codeowners: initSilvan Mosberger2024-10-082-0/+89
* | build(deps): bump cachix/install-nix-action from 29 to 30•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/9f70348d77d0422624097c4b7a75563948901306...08dcb3a5e62fa31e2da3d490afc4176ef55ecd72) --- 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>dependabot[bot]2024-10-0711-12/+12
* | .github/labeler.yml: edit the xen-project label to reflect the new paths.•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2024-10-061-1/+3
|/
* github/PULL_REQUEST_TEMPLATE: replace first heading with comment (#345035)Silvan Mosberger2024-10-011-1/+2
|\
| * github/PULL_REQUEST_TEMPLATE: replace first heading with comment•••When creating a PR from a branch that only adds a single commit, this heading would always jankily be left *below* the actual commit message because github simply inserts the commit message before the template. The heading also only served as a light call to action whereas the comment is rather explicit in asking the PR author to provide a proper PR description. Atemu2024-09-281-1/+2
* | build(deps): bump actions/checkout from 4.1.7 to 4.2.0•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-09-3015-16/+16
* | build(deps): bump cachix/install-nix-action from 27 to 29•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 29. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/ba0dd844c9180cbf77aa72a116d6fbc515d0e87b...9f70348d77d0422624097c4b7a75563948901306) --- 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>dependabot[bot]2024-09-3011-12/+12
* | .github/labeler.yml: xen -> xen-project•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2024-09-281-1/+1
* | .github/labeler.yml: label Xen-related pull requests (#344329)Pol Dellaiera2024-09-261-0/+11
|\ \ | |/ |/|
| * .github/labeler.yml: label Xen-related pull requests•••Some things must still be labeled manually (notably, qemu_xen and specific kernel changes), but these should be pretty infrequent. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2024-09-251-0/+11
* | CODEOWNERS: Add ElvishJerricco to ISO image. (#344537)Will Fancher2024-09-251-1/+2
|\ \ | |/ |/|
| * CODEOWNERS: Add ElvishJerricco to ISO image.Will Fancher2024-09-251-1/+2
* | CODEOWNERS: add myself to LLVMAlyssa Ross2024-09-231-1/+1
|/
* nixos: remove environment.noXlibs (#341717)Emily2024-09-221-3/+0
|\
| * nixos: remove environment.noXlibsMatt Moriarity2024-09-151-3/+0
* | .github/labeler.yml: mark CONTRIBUTING.md and README's for "policy discussion"Peder Bergebakken Sundt2024-09-181-0/+6
* | build(deps): bump peter-evans/create-pull-request from 7.0.1 to 7.0.3•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20...6cd32fd93684475c31847837f87bb135d40a2b79) --- 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>dependabot[bot]2024-09-161-1/+1
|/
* Merge master into staging-nextgithub-actions[bot]2024-09-091-1/+1
|\
| * build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20) --- 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>dependabot[bot]2024-09-091-1/+1
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-09-043-47/+35
|\|
| * .github: continue finessing the text and names for nixpkgs-vetPhilip Taron2024-09-031-3/+5
| * nixpkgs-vet: update CI, docs, and release to 0.1.4•••Everything gets moved into the `ci/` top-level directory. We keep behind `maintainers/scripts/check-by-name.sh` and `pkgs/test/check-by-name/pinned-version.txt` as they are going to cause CI errors and confusion until we get all the way through the various channels. They'll be removed in about a week or so. Philip Taron2024-09-033-45/+31
* | Merge master into staging-nextgithub-actions[bot]2024-09-021-0/+1
|\|
| * CODEOWNERS: add mattpolzin for idris2Packages (#337967)Fabián Heredia Montiel2024-09-011-0/+1
| |\
| | * CODEOWNERS: add mattpolzin for idris2PackagesMathew Polzin2024-08-281-0/+1
* | | Merge staging-next into staginggithub-actions[bot]2024-08-291-0/+1
|\| |
| * | workflows/check-by-name: Mention who to ping for trouble (#337120)Philip Taron2024-08-291-0/+1
| |\ \ | | |/ | |/|
| | * workflows/check-by-name: Mention who to ping for trouble•••The check-by-name team can't be looking through all PRs to see if anybody is struggling. Silvan Mosberger2024-08-251-0/+1
* | | CODEOWNERS: update ownership for installShellFiles•••Since Ericson2314 is the original codeowner of the files. Anderson Torres2024-08-281-0/+5
|/ /
* / workflows/check-nix-format: Mention who to ping for trouble•••The formatting team can't be looking through all PRs to see if anybody is struggling. Silvan Mosberger2024-08-251-0/+1
|/
* CODEOWNERS: add myself to ACME•••The comment is no longer accurate 🎉 (But @m1cr0man really ought to have the commit bit as well…) I don’t actively use the NixOS ACME implementation these days, but I think I have enough experience and relevant knowledge from my past contributions to the module and general ACME know‐how to contribute to reviews and help avoid kerfuffles like the recent issue that broke everyone’s ACME accounts. Emily2024-08-221-1/+1
* nix: add nix-team to CODEOWNERS•••Update .github/CODEOWNERS Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> Jörg Thalheim2024-08-221-2/+2
* workflows/check-nix-format: Better `nix-shell` message•••As [suggested](https://github.com/NixOS/nixpkgs/pull/334286#issuecomment-2286131096) by @nh2 Silvan Mosberger2024-08-191-1/+1
* github/PULL_REQUEST_TEMPLATE: fix link to linking tests•••The under the old link there was only a hint that it was moved to the new location, so we can get rid of this indirection Michael Lohmann2024-08-191-1/+1
* CODEOWNERS: fix forgejo path after refactor•••Ref: f3bffa8c625eb80df4fe6a1b581e18cb10ee0de1, a2e9da2c405863b7e6553591c13310281cde300c emilylange2024-08-171-1/+1
* CODEOWNERS: remove lxd paths for adamcstephensAdam Stephens2024-08-101-5/+2
* CODEOWNERS: remove ncfavier from HaskellNaïm Favier2024-08-091-7/+7
* .github: add myself as stdenv and build-support CODEOWNER•••I'm deeply interested and want the system to ping me. Philip Taron2024-08-071-0/+2
* kakoune: add philiptaron as maintainer to most kakoune-related thingsPhilip Taron2024-08-011-0/+3
* workflows/*: ensure jobs have namesAdam Stephens2024-07-3113-0/+14
* Merge pull request #330454 from Aleksanaa/ci-nixf-tidy•••workflows/check-nixf-tidy.yml: temporarily ignore sema-escaping-withSilvan Mosberger2024-07-271-2/+12
|\
| * workflows/check-nixf-tidy.yml: temporarily ignore sema-escaping-withaleksana2024-07-281-2/+12