about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24vim: Update .github/CODEOWNERS and .github/labeler.ymlAndersonTorres2-2/+2
2022-02-24Merge pull request #160344 from AndersonTorres/move-vscode-pluginsAnderson Torres1-1/+1
Move misc/vscode-extensions to applications/editors/vscode/extensions
2022-02-18emacs/elisp-packages: Update .github/CODEOWNERS and .github/labeler.ymlAndersonTorres2-4/+4
2022-02-18vscode: Update .github/CODEOWNERSAndersonTorres1-1/+1
2022-02-14.github/CODEOWNERS: add rust docszowoq1-0/+1
2022-02-07terraform-providers: update scriptszowoq1-1/+1
- 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`
2022-02-03out_of_date_package_report.md: fix typoK0RR1-3/+3
2022-01-24.github/CODEOWNERS: add kuberneteszowoq1-0/+6
2022-01-20Remove myself from maintainersAndreas Rammhold1-1/+1
I don't have time and energy to deal with all of this anymore.
2022-01-15Merge pull request #154074 from piegamesde/codeownersMartin Weinelt1-3/+13
2022-01-15CODEOWNERS: Add entries for a few Matrix-related applicationspiegames1-3/+13
2022-01-09CODEOWNERS: subscribe to few pkgs, modules and testsMartin Weinelt1-0/+27
2022-01-04.github/workflows/update-terraform-providers.yml: minor fixeszowoq1-2/+2
- change ofborg command into a comment - use WIP label instead of draft so codeowner notification works
2022-01-04.github/workflows/update-terraform-providers.yml: initzowoq1-0/+47
weekly update of terraform providers which can also be run manually
2022-01-02.github/CODEOWNERS: add go docszowoq1-0/+1
2022-01-01.github/CODEOWNERS: add terraform-providerszowoq1-0/+3
2021-12-23bug_report.md: remove confusing 'maintainer information' section (#120711)Atemu1-8/+0
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.
2021-12-16.github/workflows/editorconfig.yml: 2.3.5 -> 2.4.0zowoq1-1/+2
2021-12-10Merge pull request #147544 from cab404/fix-stdenv-overrideGuillaume Girol1-1/+1
stdenv: move overriden stdenv in closure
2021-12-09nixos/podman: sort files into directorieszowoq1-2/+2
Makes codeowners, git history, etc. a bit simpler now that podman has expanded beyond the original single file module and test.
2021-12-04Merge pull request #146951: piegamesde/codeownerspiegames1-5/+16
Codeowners: update teams and add entry for GNOME
2021-12-03.github/workflows/editorconfig.yml: allow PRs to skip checkzowoq1-1/+1
Intended for treewide reformatting PRs so we don't hit the API ratelimit.
2021-12-02CODEOWNERS: Add entries for GNOMEpiegames1-0/+4
2021-12-02CODEOWNERS: Update teamspiegames1-5/+12
2021-12-02.github/workflows/editorconfig.yml: write changed files to diskzowoq1-9/+5
This avoids errors when exporting long lists to $GITHUB_ENV. Co-authored-by: Moritz Hedtke <Moritz.Hedtke@t-online.de>
2021-12-01Merge pull request #148114 from teto/neovim-labelerJörg Thalheim1-0/+2
.github/labeler.yml: tag neovim files with "vim" label
2021-12-01.github/labeler.yml: tag neovim files with "vim" labelMatthieu Coudron1-0/+2
2021-11-30.github/PULL_REQUEST_TEMPLATE.md, CONTRIBUTING.md: 21.11 -> 22.05 (#147977)Bobby Rong1-1/+1
* .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05 * CONTRIBUTING.md: 21.11 -> 22.05
2021-11-30Revert ".github/workflows/editorconfig.yml: Don't use GitHub API for PR diff."zowoq1-15/+18
This reverts commit 4db84ed126a16e226c5f1a3f13c7bee92fa0a3a4. Causing CI errors.
2021-11-30.github/workflows/editorconfig.yml: Don't use GitHub API for PR diff.Moritz Hedtke1-18/+15
This caused ratelimits for large PRs (reformatting PRs)
2021-11-28.github/workflows/periodic-merge: configure 21.11 releaseMartin Weinelt1-0/+4
2021-11-27CODEOWNERS: added cab404Vladimir Serov1-1/+1
2021-11-23build(deps): bump cachix/install-nix-action from 15 to 16dependabot[bot]5-5/+5
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16) --- 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>
2021-11-19PULL_REQUEST_TEMPLATE.md: fix link to nix.conf documentationSebastián Mancilla1-1/+1
2021-11-20Merge pull request #141820 from cab404/patch-1Alexander Bantyev1-0/+1
.github/PULL_REQUEST_TEMPLATE: added md-to-db reminder
2021-11-14Merge pull request #145387 from Artturin/updaterequesttemplateArtturi1-1/+1
2021-11-13build(deps): bump cachix/install-nix-action from 14 to 15dependabot[bot]5-5/+5
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 15. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v14...v15) --- 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>
2021-11-13PULL_REQUEST_TEMPLATE.md: change nixpkgs-review wip to rev HEADArtturin1-1/+1
2021-11-03PULL_REQUEST_TEMPLATE.md: ticks to bulletsRobert Hensing1-4/+4
As suggested by 06kellyjac.
2021-11-01PULL_REQUEST_TEMPLATE.md: execution -> basic functionalityRobert Hensing1-1/+1
As suggested by Artturin.
2021-10-31PULL_REQUEST_TEMPLATE.md: Elaborate on testingRobert Hensing1-1/+5
We've recently seen VM tests being added that could have been simple package tests instead.
2021-10-31Revert "build(deps): bump zeebe-io/backport-action from 0.0.5 to 0.0.6 ↵Domen Kožar1-1/+6
(#140848)" This reverts commit 50341b0cd8c5acba28ad63c9d1ff29ec3d66c173. It breaks the backport action.
2021-10-31Revert "backport-action: 0.0.6 -> 0.0.7"Domen Kožar1-1/+1
This reverts commit 7e3ba3e88b02c8b780075f87a3c6282eace0878e. It breaks the backport.
2021-10-29backport-action: 0.0.6 -> 0.0.7Domen Kožar1-1/+1
2021-10-28build(deps): bump zeebe-io/backport-action from 0.0.5 to 0.0.6 (#140848)Jörg Thalheim1-6/+1
* build(deps): bump zeebe-io/backport-action from 0.0.5 to 0.0.6 Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/backport.yml * Update .github/workflows/backport.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domen Kožar <domen@enlambda.com>
2021-10-17.github/PULL_REQUEST_TEMPLATE: added md-to-db reminderVladimir Serov1-0/+1
2021-10-15.github/CODEOWNERS: add zakame to perl maintainersZak B. Elep1-3/+3
2021-10-05.github/workflows/periodic-merge: move stable merges to 24h cycleMartin Weinelt2-4/+4
2021-10-05codeowners: Add myself for NixOS systemJanne Heß1-0/+1
2021-09-22Merge pull request #136489 from ehmry/nimPackagesGuillaume Girol2-0/+11
nimpackages / buildNimPackage