about summary refs log tree commit diff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2021-05-22CODEOWNERS: add ryantm to /nixos/docRyan Mulligan1-0/+1
2021-05-22nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMarkRyan Mulligan1-0/+20
2021-05-21pull request template: cleanup (#117537)Léo Gaspard1-2/+1
Remove elements of the PR template that have a low signal/noise ratio, and add one that I think would have a good signal/noise ratio. ----- Remove: Determined the impact on package closure size (by running `nix path-info -S` before and after) ----- Rationale: This is rarely done in practice, and apart from for specific packages this is usually not a good indicator of anything useful It might make sense to re-introduce it with two holes to fill, but then we would have to make a serious decision to never land without these two numbers filled in or with too big a regression, because in practice this box has been a no-op in many cases. Maybe just integrating this check in nixpkgs-review would bring the most benefit here? ----- ----- Remove: Ensured that relevant documentation is up to date ----- Rationale: This is fuzzy, “relevant documentation” is way too often hard to find ----- ----- Add: Added a release notes entry if the change is major or breaking ----- Rationale: This is way too often forgotten, and is also a self-contained easy task -----
2021-05-13.github/workflows/merge-staging.yml: Include branch in commentJan Tojnar1-1/+3
If I receive the mail notification that staging(-next) merge failed, I either need to check `git log staging-next` or click the action run link to find out where should I resolve the conflict. To save time, let’s include the information about which step failed right in the comment.
2021-05-12.github/labeler.yml: Update GNOME file patternsJan Tojnar1-5/+5
This got missed in the move (https://github.com/NixOS/nixpkgs/pull/122107) because it is in a “hidden” directory.
2021-05-03pkgs/top-level: init expression for haskell-updates jobsetsternenseemann2-0/+2
release-haskell.nix is intended to be a replacement for https://github.com/peti/ci/blob/master/haskell-nixpkgs.nix which is currently the main expression for the haskell-updates jobset on hydra (in the nixpkgs project). It has the same jobs as the old haskell-nixpkgs.nix file: * haskellPackages.* * haskell.compiler.* * Some extra haskell packages for certain compilers The following jobs are new: * tests.haskell.* * A manually maintained list of top-level haskell packages (most of them using justStaticExecutables) * An aggregate job which is intended to aid merging the haskell-updates branch: It holds an arbitrary list of haskell-related packages and tests we intend have working at all times. This is still somewhat incomplete and should be extendend in the future. Additionally a lot of refactoring has been done and some unnecessary code has been eliminated. Due to the increased set of jobs and my ideas of convenience however, the code size has grown overall. I've tried document the individual parts and would be happy about feedback in general. One future improvement could be making adding top-level haskell packages more convenient and adding them all to the aggregate job automatically.
2021-05-03CODEOWNERS: make sure all Haskell files are present(cdep)illabout2-4/+8
2021-05-02CODEOWNERS: Haskell files. Add maralorn, declutterMalte Brandy1-6/+3
2021-05-01labeler: tag haskell tests as topic: haskellsternenseemann1-0/+1
2021-05-01CODEOWNERS: notify for haskell specific testssternenseemann1-0/+1
2021-04-29editorconfig check: avoid channels as they might break one dayDomen Kožar1-5/+6
2021-04-29editorconfig check: instruct user what to doDomen Kožar1-0/+4
2021-04-28.github/workflows/editorconfig.yml: switch to pull_request_targetzowoq1-9/+13
- use pull_request_target to avoid having to manually approve the action - use nixpkgs editorconfig-checker rather than external binary
2021-04-24Add NixOS/Security as a reviewer for .github/workflowsGraham Christensen1-1/+1
2021-04-24actions: add some permission restrictionsGraham Christensen3-0/+8
2021-04-21Update .github/workflows/direct-push.ymlDomen Kožar1-1/+2
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2021-04-19Update .github/workflows/direct-push.ymlDomen Kožar1-1/+1
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2021-04-19Add a warning comment on commits that violate ↵Domen Kožar1-0/+28
https://github.com/NixOS/nixpkgs/issues/118661
2021-04-18.github/labeler.yml: add bsd labelAlyssa Ross1-0/+4
2021-04-18Drop maintainership for some packagesRobert Helgesson1-3/+0
2021-04-07CODEOWNERS: add marsam to PostgreSQL packagesMario Rodas1-1/+1
2021-04-07CODEOWNERS: add marsam to RubyMario Rodas1-0/+4
2021-04-03.github/workflows/manual-*.yml: update cachix / install-nix actionszowoq2-4/+4
2021-04-03.github/workflows/labels.yml: set event typeszowoq1-0/+1
opened, synchronize, reopened are the defaults for `pull_request_target`, `edited` will trigger the label action if the PRs base branch is changed.
2021-03-31ruby: remove myself as maintainer/CODEOWNERAlyssa Ross1-4/+0
It's been at least a year since I kept up to date with Ruby, and I don't think I really have anything left to offer Nixpkgs in terms of Ruby expertise.
2021-03-30.github/workflows/editorconfig.yml: 2.3.1 -> 2.3.5zowoq1-1/+1
2021-03-26labeller: Add kernel subfolderTim Steinbach1-0/+1
2021-03-23codeowners: add sternenseemann for haskellsternenseemann1-5/+5
I want to get notified about haskell PRs.
2021-03-20.github/labeler.yml: update paths and sortzowoq1-39/+36
2021-03-20.github/workflows/labels.yml: label PRszowoq2-0/+163
2021-02-23CODEOWNERS: add danieldk to Rust build-support (#114111)Daniël de Kok1-1/+1
2021-02-14.github/workflows/rebase.yml: rebase for multiple brancheszowoq2-60/+134
- Error if the commenter doesn't have write access or maintainers can't edit the PR branch. - Close and comment on PR after rebase so that actions are run when it's reopened. This doesn't happen currently as we're using the default github token which isn't allowed to trigger other actions. - Disallow unwanted rebases. e.g. invalid branches, redundant rebases or rebasing permanent branches onto permanent branches.
2021-02-02CODEOWNERS Add adisbladis as poetry2nix owneradisbladis1-0/+1
2021-01-29.github/workflows/pending-set.yml: failed -> pendingzowoq1-1/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-15CODEOWNERS: add ehmry to Dhall packagesEmery Hemingway1-2/+2
2021-01-13contributing.md: Change labels for backported PRsJustin Humm1-0/+1
This is somewhat convention already and it makes keeping track of missing backports a lot easier.
2021-01-12Merge pull request #108839 from aszlig/autopatchelf-codeownersMaximilian Bosch1-11/+12
codeowners: Add myself to autoPatchelfHook
2021-01-10.github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1zowoq1-1/+1
2021-01-09codeowners: Add myself to autoPatchelfHookaszlig1-11/+12
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>
2021-01-05Merge pull request #107135 from mkg20001/cinnamon-fixupWORLDofPEACE1-0/+3
Cinnamon Fixup
2021-01-03.github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2-2/+2
needs an explicit NIX_PATH
2021-01-03.github/workflows/rebase-staging.yml: commit -> commentzowoq1-1/+1
2021-01-03.github/workflows/rebase-staging.yml: add reaction to the comment that ↵zowoq1-0/+4
started the job
2021-01-03.github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2-0/+56
and sandbox
2020-12-29.github/workflows: add rebase-staging.ymlzowoq1-0/+56
2020-12-28.github/workflows/editorconfig.yml: use api for list of changed fileszowoq1-7/+15
faster than doing a full clone and using git diff
2020-12-18codeowners: add mkg20001 to cinnamonMaciej Krüger1-0/+3
2020-12-09STALE-BOT.md: Mention github not notifyingDoron Behar1-5/+6
Following https://discourse.nixos.org/t/github-doesnt-notify-reviewers-commenters-after-you-force-push-changes/10394 .
2020-12-02GH action: merge staging(-next): fix cronFrederik Rietdijk1-1/+1
It went every minute past every 6th hour, which was too often. Now it should go on the zeroth minute every 6th hour.