summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAge
* CODEOWNERS Add adisbladis as poetry2nix owneradisbladis2021-02-02
|
* .github/workflows/pending-set.yml: failed -> pendingzowoq2021-01-29
|
* treewide: stdenv.lib -> libPavol Rusnak2021-01-24
|
* CODEOWNERS: add ehmry to Dhall packagesEmery Hemingway2021-01-15
|
* contributing.md: Change labels for backported PRsJustin Humm2021-01-13
| | | | | This is somewhat convention already and it makes keeping track of missing backports a lot easier.
* Merge pull request #108839 from aszlig/autopatchelf-codeownersMaximilian Bosch2021-01-12
|\ | | | | codeowners: Add myself to autoPatchelfHook
| * codeowners: Add myself to autoPatchelfHookaszlig2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I really hate the very concept of this file (the reason being that I think "owner" implies some form of BDFL rather than just being notified), but since there were recent[1] changes[2] in auto-patchelf.sh which I missed it's probably a good idea to add myself there solely for being notified, because ofborg can't seem to infer maintainer information here. To make indentation consistent with all the other entries in the codeowners file, I also re-indented the other entries in the "Nixpkgs Internals" block. [1]: https://github.com/NixOS/nixpkgs/pull/101142 [2]: https://github.com/NixOS/nixpkgs/pull/106830 Signed-off-by: aszlig <aszlig@nix.build>
* | .github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1zowoq2021-01-10
|/
* Merge pull request #107135 from mkg20001/cinnamon-fixupWORLDofPEACE2021-01-05
|\ | | | | Cinnamon Fixup
| * codeowners: add mkg20001 to cinnamonMaciej Krüger2020-12-18
| |
* | .github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2021-01-03
| | | | | | | | needs an explicit NIX_PATH
* | .github/workflows/rebase-staging.yml: commit -> commentzowoq2021-01-03
| |
* | .github/workflows/rebase-staging.yml: add reaction to the comment that ↵zowoq2021-01-03
| | | | | | | | started the job
* | .github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2021-01-03
| | | | | | | | and sandbox
* | .github/workflows: add rebase-staging.ymlzowoq2020-12-29
| |
* | .github/workflows/editorconfig.yml: use api for list of changed fileszowoq2020-12-28
|/ | | | faster than doing a full clone and using git diff
* STALE-BOT.md: Mention github not notifyingDoron Behar2020-12-09
| | | | Following https://discourse.nixos.org/t/github-doesnt-notify-reviewers-commenters-after-you-force-push-changes/10394 .
* GH action: merge staging(-next): fix cronFrederik Rietdijk2020-12-02
| | | | | It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.
* GH Action: merge staging(-next): comment on failureFrederik Rietdijk2020-11-29
| | | | | | | Comment on the designated issue in case of a failure. Whoever wants to help out resolving merge conflicts can simply follow this issue.
* GH Action: merge staging(-next) periodicallyFrederik Rietdijk2020-11-28
| | | | | | | | | | | | | Automate the merging of `master` -> `staging-next` -> `staging`. Our main development branch is `master`. Large rebuilds go to `staging`. Periodically, `staging` is merged into `staging-next` for stabilization. When considered sufficiently stable, `staging-next` is merged into `master`. As changes arrive on these branches, it is important that they're all updated regularly with eachothers changes. This commit automates that part.
* codeowners: Add RaghavSood to blockchainsRaghav Sood2020-11-23
|
* Merge pull request #100482 from Narice/report-out-of-date-packagesRyan Mulligan2020-11-17
|\ | | | | Added out-of-date package reports to github templates
| * modified out-of-date templateNarice2020-10-22
| | | | | | | | | | | | Changed the label to '9.needs: package (update)' Removed trailing spaces Modified formulation of a sentence
| * improved out-of-date templateNarice2020-10-21
| |
| * added out-of-date package reports to templatesNarice2020-10-14
| |
* | PULL_REQUEST_TEMPLATE.md: use rendered docsJonathan Ringer2020-11-13
| |
* | .github/workflows/editorconfig.yml: disable for release brancheszowoq2020-11-10
| |
* | .github/workflows/editorconfig.yml: check indent_stylezowoq2020-11-10
| |
* | CODEOWNERS: Add utdemir to docker toolsUtku Demir2020-11-09
| |
* | CODEOWNERS: maintainers for `dockerTools` (#102749)Frederik Rietdijk2020-11-06
| | | | | | | | | | | | | | * CODEOWNERS: maintainers for docker-tools * CODEOWNERS: Add roberth to Docker tools Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
* | .github/CODEOWNERS: add teto to neovimMatthieu Coudron2020-11-03
| |
* | .github/CODEOWNERS: add jonringer to neovimJonathan Ringer2020-11-02
| |
* | README.md: update stable release linksJonathan Ringer2020-10-26
| |
* | stale-bot: TL;DR tweakDavid Arnold2020-10-26
| | | | | | | | | | Tweak TL;DR a little to provide an empathetic springboard to where we want people to land.
* | .github/stale.yml: fix syntaxzowoq2020-10-26
| |
* | Merge pull request #101320 from ryantm/staleRyan Mulligan2020-10-25
|\ \ | | | | | | stale bot: even more TL;DR
| * | stale bot: TL;DRDavid Arnold2020-10-24
| | | | | | | | | | | | | | | | | | | | | | | | moves all the information to the Markdown document that we can dynamically update and tries to make things more concise and scannable. Co-authored-by: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Travis A. Everett <travis.a.everett@gmail.com>
* | | .github/CODEOWNERS: add myself to rustzowoq2020-10-21
|/ /
* | .github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0zowoq2020-10-21
| |
* | Merge pull request #100341 from ↵Elis Hirwing2020-10-14
|\ \ | |/ |/| | | | | etu/php-move-extension-derivations-to-separate-dirs php: move extension derivations to separate dirs
| * CODEOWNERS: Add php-packages path to PHP teamElis Hirwing2020-10-12
| |
* | .github/workflows/editorconfig.yml: get-diff-action 3.1.0 -> 4.0.0zowoq2020-10-13
|/
* Revert ".github/workflows: build NixOS/Nixpkgs manuals (#88488)"zowoq2020-10-03
| | | | This reverts commit b3d674549f29211cac2c322e4f3669a7a612f55c.
* .github/workflows: build NixOS/Nixpkgs manuals (#88488)zowoq2020-10-02
|
* contributing.md: mention rebased or squashed mergesJonathan Ringer2020-09-20
|
* CODEOWNERS: add stigtsp to perlStig Palmquist2020-09-10
|
* .github/workflows: re-add editorconfigzowoq2020-08-28
|
* .github/workflow/pending-{set,clear}: switch to curlzowoq2020-08-26
|
* .github/workflow/pending-{set,clear}: check hashzowoq2020-08-26
|
* .github/workflows: pending-{set,clear}zowoq2020-08-25
|