summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump peter-evans/create-pull-request from 3 to 4•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) dependabot[bot]2022-04-291-1/+1
* .github/workflows/update-terraform-providers.yml: minor fixes•••- simplify comment - move `ofborg` command into block for clickable copying zowoq2022-04-281-4/+5
* .github/CODEOWNERS: add IvarWithoutBones for dotnet=2022-04-251-0/+4
* CODEOWNERS: Add layus for autoPatchelfHook•••With the re-implementation in Python merged[1], it no longer makes sense for me to track issues and pull requests. I did this originally because people were forgetting (rightfully so) to run tests against all that proprietary stuff we have in nixpkgs that is using autoPatchelfHook. We still can't test these automatically but with me no longer being the author of the code, I hereby drop my entry in CODEOWNERS and instead replace it with layus, who's the author of the rewrite. [1]: https://github.com/NixOS/nixpkgs/pull/149731 Signed-off-by: aszlig <aszlig@nix.build> aszlig2022-04-141-1/+2
* build(deps): bump cachix/install-nix-action from 16 to 17•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17) --- 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]2022-04-086-6/+6
* .github/CODEOWNERS: update dockerTools pathszowoq2022-04-051-3/+2
* Merge pull request #166772 from Artturin/gi-ci-basiceval•••.github/workflows/basic-eval.yml: only run if manually triggeredJörg Thalheim2022-04-021-8/+9
|\
| * .github/workflows/basic-eval.yml: only run if manually triggered•••ofborg should have obsoleted this with https://github.com/NixOS/ofborg/pull/588#issuecomment-1078451552 https://github.com/NixOS/nixpkgs/pull/166599#issuecomment-1085069938 this is still useful to have around for act usage Artturin2022-04-011-8/+9
* | .github/CODEOWNERS: remove non-committer users/teams•••these didn't work anyway and now github warns if they don't have commit access zowoq2022-03-301-41/+24
|/
* Merge pull request #165397 from Mic92/create-or-update-commentSandro2022-03-273-3/+3
|\
| * build(deps): bump peter-evans/create-or-update-comment from 1 to 2•••Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1...v2) --- 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>dependabot[bot]2022-03-233-3/+3
* | build(deps): bump peter-evans/commit-comment from 1 to 2•••Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2022-03-231-1/+1
|/
* Merge pull request #164850 from bobvanderlinden/patch-3•••CODEOWNERS: add @NixOS/systemd for systemd filesFlorian Klink2022-03-221-0/+6
|\
| * CODEOWNERS: formattingBob van der Linden2022-03-221-3/+3
| * CODEOWNERS: remove @Kloenk from systemd filesBob van der Linden2022-03-221-4/+4
| * CODEOWNERS: use correct paths for systemd•••Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>Bob van der Linden2022-03-221-2/+2
| * CODEOWNERS: only include NixOS/systemd and KloenkBob van der Linden2022-03-211-4/+4
| * CODEOWNERS: add members of NixOS/systemd as wellBob van der Linden2022-03-201-4/+4
| * CODEOWNERS: add @NixOS/systemd for systemd filesBob van der Linden2022-03-191-0/+6
* | ci: add warning to actions with writeable GITHUB_TOKEN•••Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Jörg Thalheim2022-03-213-0/+16
|/
* labeler: don't use path-based labeling for BSD•••ofborg labels the bsd and darwin platforms based on the title, which conflicts with the labeler action's `sync-labels` setting (if no paths are changed, it'll remove the label). Cole Helbling2022-03-171-4/+0
* .github/workflows/basic-eval.yml: add cachix cache•••Avoids rebuilding nix in every PR if it hasn't been build on hydra yet. zowoq2022-03-141-0/+5
* .github/workflows: update cachix cache commentzowoq2022-03-142-2/+2
* PULL_REQUEST_TEMPLATE: move call-for-review to the end•••This improves URL previews like the ones on Discourse, where currently the boilerplate comment is printed for every PR link instead of parts of the motivation. Martin Weinelt2022-03-071-10/+11
* Merge #162790: PULL_REQUEST_TEMPLATE.md: Request PRs describe themselvespiegames2022-03-071-1/+5
|\
| * PULL_REQUEST_TEMPLATE.md: Request PRs describe themselves•••There are a lot of PRs for updates that don't make it easy to find out what changes might be breaking and lots of PRs for new packages that don't describe what the new packages is or does. Emery Hemingway2022-03-071-1/+5
* | CODEOWNERS: remove deleted user volthSandro2022-03-071-3/+3
|/
* Merge pull request #162450 from Mic92/actions-labeler•••build(deps): bump actions/labeler from 3 to 4Jörg Thalheim2022-03-021-1/+1
|\
| * build(deps): bump actions/labeler from 3 to 4•••Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v3...v4) dependabot[bot]2022-03-021-1/+1
* | build(deps): bump actions/checkout from 2 to 3•••Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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/v2...v3) dependabot[bot]2022-03-029-9/+9
|/
* vim: Update .github/CODEOWNERS and .github/labeler.ymlAndersonTorres2022-02-242-2/+2
* Merge pull request #160344 from AndersonTorres/move-vscode-plugins•••Move misc/vscode-extensions to applications/editors/vscode/extensionsAnderson Torres2022-02-241-1/+1
|\
| * vscode: Update .github/CODEOWNERSAndersonTorres2022-02-181-1/+1
* | emacs/elisp-packages: Update .github/CODEOWNERS and .github/labeler.ymlAndersonTorres2022-02-182-4/+4
|/
* .github/CODEOWNERS: add rust docszowoq2022-02-141-0/+1
* terraform-providers: update scripts•••- add flag to skip building updated providers - have the github action skip building providers so we don't need to handle build failures in the script - remove outdated `vendor` flag, all providers use `buildGoModule` zowoq2022-02-071-1/+1
* out_of_date_package_report.md: fix typoK0RR2022-02-031-3/+3
* .github/CODEOWNERS: add kuberneteszowoq2022-01-241-0/+6
* Remove myself from maintainers•••I don't have time and energy to deal with all of this anymore. Andreas Rammhold2022-01-201-1/+1
* Merge pull request #154074 from piegamesde/codeownersMartin Weinelt2022-01-151-3/+13
|\
| * CODEOWNERS: Add entries for a few Matrix-related applicationspiegames2022-01-151-3/+13
* | CODEOWNERS: subscribe to few pkgs, modules and testsMartin Weinelt2022-01-091-0/+27
|/
* .github/workflows/update-terraform-providers.yml: minor fixes•••- change ofborg command into a comment - use WIP label instead of draft so codeowner notification works zowoq2022-01-041-2/+2
* .github/workflows/update-terraform-providers.yml: init•••weekly update of terraform providers which can also be run manually zowoq2022-01-041-0/+47
* .github/CODEOWNERS: add go docszowoq2022-01-021-0/+1
* .github/CODEOWNERS: add terraform-providerszowoq2022-01-011-0/+3
* bug_report.md: remove confusing 'maintainer information' section (#120711)•••When I started out, I was confused by this section and no idea what to put in and I don't think I'm the only one as I rarely see it filled out. This means there isn't much usefulness in it for bot processing either; better just remove it.Atemu2021-12-231-8/+0
* .github/workflows/editorconfig.yml: 2.3.5 -> 2.4.0zowoq2021-12-161-1/+2
* Merge pull request #147544 from cab404/fix-stdenv-override•••stdenv: move overriden stdenv in closureGuillaume Girol2021-12-101-1/+1
|\
| * CODEOWNERS: added cab404Vladimir Serov2021-11-271-1/+1